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 \