From 0c8a3df047567fd287822b22276be8c14196e033 Mon Sep 17 00:00:00 2001 From: deed Date: Sun, 30 Jan 2022 17:07:19 +0100 Subject: [PATCH] Update Dockerfile --- godot4-compil/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/godot4-compil/Dockerfile b/godot4-compil/Dockerfile index 2f5a808..7c6cbd2 100644 --- a/godot4-compil/Dockerfile +++ b/godot4-compil/Dockerfile @@ -9,8 +9,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ git \ git-lfs \ - python \ - python-openssl \ + python3 \ + python3-openssl \ unzip \ wget \ zip \