build: use libcap package for Alpine images (#2644)

This commit is contained in:
Geoff Bourne 2024-02-07 19:37:27 -06:00 committed by GitHub
parent b48a252dd6
commit 730c228d48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ apk add --no-cache -U \
nfs-utils \
libpcap \
libwebp \
libcap-utils
libcap
# Patched knockd
curl -fsSL -o /tmp/knock.tar.gz https://github.com/Metalcape/knock/releases/download/0.8.1/knock-0.8.1-alpine-amd64.tar.gz