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 \
|
iproute2 \
|
||||||
gettext-base \
|
gettext-base \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
numactl \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
lib32gcc-s1 \
|
lib32gcc-s1 \
|
||||||
libsdl2-2.0-0 \
|
libsdl2-2.0-0 \
|
||||||
|
Reference in New Issue
Block a user