Skip to content

Commit 730c228

Browse files
authored
build: use libcap package for Alpine images (#2644)
1 parent b48a252 commit 730c228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/alpine/install-packages.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apk add --no-cache -U \
2727
nfs-utils \
2828
libpcap \
2929
libwebp \
30-
libcap-utils
30+
libcap
3131

3232
# Patched knockd
3333
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

0 commit comments

Comments
 (0)