mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 06:14:14 +00:00
build: use libcap package for Alpine images (#2644)
This commit is contained in:
parent
b48a252dd6
commit
730c228d48
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ apk add --no-cache -U \
|
||||||
nfs-utils \
|
nfs-utils \
|
||||||
libpcap \
|
libpcap \
|
||||||
libwebp \
|
libwebp \
|
||||||
libcap-utils
|
libcap
|
||||||
|
|
||||||
# Patched knockd
|
# 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
|
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
|
||||||
|
|
Loading…
Reference in a new issue