Add numactl to Dockerfile

Adds `numactl` package so it can be used within entrypoint.sh.
This commit is contained in:
Red-Thirten
2022-11-27 12:01:48 -08:00
committed by GitHub
parent a24bfa66fb
commit 1e1296b943

View File

@@ -17,6 +17,7 @@ RUN dpkg --add-architecture i386 \
iproute2 \
gettext-base \
ca-certificates \
numactl \
libssl-dev \
lib32gcc-s1 \
libsdl2-2.0-0 \