From fa5bc5566d1404ad15392dccac13b62e2ffeaebc Mon Sep 17 00:00:00 2001 From: Myles Gray Date: Tue, 9 Apr 2024 20:23:59 +0000 Subject: [PATCH] Removed dep version pins --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c92fe15..0f4fdc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,9 +33,9 @@ RUN set -x \ lib32stdc++6=10.2.1-6 \ lib32gcc-s1=10.2.1-6 \ ca-certificates=20210119 \ - nano=5.4-2+deb11u1 \ - curl=7.74.0-1.3+deb11u3 \ - locales=2.31-13+deb11u4 \ + nano \ + curl \ + locales \ build-essential \ libsdl2-2.0-0:i386 \ python3 \