Compare commits

..

1 Commits

Author SHA1 Message Date
Geoff Bourne
a543ee7ebc Added NUMA library (#3962) 2026-03-07 08:54:18 -06:00
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ apk add --no-cache -U \
libpcap \ libpcap \
libwebp \ libwebp \
libcap \ libcap \
numactl \
${EXTRA_ALPINE_PACKAGES} ${EXTRA_ALPINE_PACKAGES}
# Download and install patched knockd # Download and install patched knockd

View File

@@ -27,6 +27,7 @@ apt-get install -y \
lbzip2 \ lbzip2 \
nfs-common \ nfs-common \
libpcap0.8 \ libpcap0.8 \
libnuma1 \
${EXTRA_DEB_PACKAGES} ${EXTRA_DEB_PACKAGES}
# Install Git LFS # Install Git LFS