From 7b44c28077f531631e03f9afa58f4b3c18cb3bb3 Mon Sep 17 00:00:00 2001 From: Red-Thirten Date: Sat, 26 Nov 2022 22:28:27 -0800 Subject: [PATCH] Add `numactl` to Dockerfile Adds `numactl` package so it can be used within entrypoint.sh. --- games/arma3/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/games/arma3/Dockerfile b/games/arma3/Dockerfile index 82ba373..f5231ff 100644 --- a/games/arma3/Dockerfile +++ b/games/arma3/Dockerfile @@ -17,6 +17,7 @@ RUN dpkg --add-architecture i386 \ iproute2 \ gettext-base \ ca-certificates \ + numactl \ libssl-dev \ lib32gcc-s1 \ libsdl2-2.0-0 \