mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-18 16:14:18 +00:00
Add jattach utility (#4114)
This commit is contained in:
@@ -33,6 +33,7 @@ apk add --no-cache -U \
|
||||
libwebp \
|
||||
libcap \
|
||||
numactl \
|
||||
jattach \
|
||||
${EXTRA_ALPINE_PACKAGES}
|
||||
|
||||
# Download and install patched knockd
|
||||
|
||||
@@ -30,6 +30,7 @@ apt-get install -y \
|
||||
libpcap0.8 \
|
||||
libnuma1 \
|
||||
libcap2-bin \
|
||||
jattach \
|
||||
${EXTRA_DEB_PACKAGES}
|
||||
|
||||
# Clean up APT when done
|
||||
|
||||
Reference in New Issue
Block a user