Add jattach utility (#4114)

This commit is contained in:
Geoff Bourne
2026-06-17 21:26:48 -05:00
committed by GitHub
parent b67d88f713
commit d20cd2dfe1
6 changed files with 58 additions and 5 deletions
+1
View File
@@ -33,6 +33,7 @@ apk add --no-cache -U \
libwebp \
libcap \
numactl \
jattach \
${EXTRA_ALPINE_PACKAGES}
# Download and install patched knockd
+1
View File
@@ -30,6 +30,7 @@ apt-get install -y \
libpcap0.8 \
libnuma1 \
libcap2-bin \
jattach \
${EXTRA_DEB_PACKAGES}
# Clean up APT when done