Added NUMA library (#3962)

This commit is contained in:
Geoff Bourne
2026-03-07 08:54:18 -06:00
committed by GitHub
parent a69017b5e1
commit a543ee7ebc
2 changed files with 2 additions and 0 deletions
+1
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
+1
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