From 2ba5155100d0a3dea338704944b5dfbde8bc82a2 Mon Sep 17 00:00:00 2001 From: Red-Thirten Date: Tue, 29 Nov 2022 11:09:27 -0800 Subject: [PATCH] Dockerfile - Tabs to Spaces --- games/arma3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/arma3/Dockerfile b/games/arma3/Dockerfile index f5231ff..e478184 100644 --- a/games/arma3/Dockerfile +++ b/games/arma3/Dockerfile @@ -17,7 +17,7 @@ RUN dpkg --add-architecture i386 \ iproute2 \ gettext-base \ ca-certificates \ - numactl \ + numactl \ libssl-dev \ lib32gcc-s1 \ libsdl2-2.0-0 \