From a9a2aa7af97a8adf2d94d5bfdef33e54dd4f8686 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Sat, 30 Jul 2022 21:56:29 -0700 Subject: [PATCH] Add 64 bit SDL library. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 522fd0c..ef7f536 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,8 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y install --no-install-reco lib32gcc-s1 \ lib32stdc++6 \ libcurl4:i386 \ - libsdl2-2.0-0:i386 \ + libsdl2-2.0-0:i386 \ + libsdl2-2.0-0 \ libcap2 \ locales \ procps \