From 7daf512b9129cabf36447b18ddc8600950a1379f Mon Sep 17 00:00:00 2001 From: deed Date: Thu, 10 Feb 2022 18:47:03 +0100 Subject: [PATCH] Update Dockerfile --- godot4/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/godot4/Dockerfile b/godot4/Dockerfile index be18055..3abf8fa 100644 --- a/godot4/Dockerfile +++ b/godot4/Dockerfile @@ -9,8 +9,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ git \ git-lfs \ - python \ - python-openssl \ + python3 \ + python3-openssl \ unzip \ wget \ zip \ @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libxrandr-dev \ libc6 \ libenet7 \ - libfreetype \ + libfreetype6 \ libgcc-s1 \ libogg0 \ libopus0 \