Add numactl
to Dockerfile
Adds `numactl` package so it can be used within entrypoint.sh.
This commit is contained in:
@@ -17,6 +17,7 @@ RUN dpkg --add-architecture i386 \
|
||||
iproute2 \
|
||||
gettext-base \
|
||||
ca-certificates \
|
||||
numactl \
|
||||
libssl-dev \
|
||||
lib32gcc-s1 \
|
||||
libsdl2-2.0-0 \
|
||||
|
Reference in New Issue
Block a user