diff --git a/godot4/Dockerfile b/godot4/Dockerfile index 8d278d8..ab6eb56 100644 --- a/godot4/Dockerfile +++ b/godot4/Dockerfile @@ -7,8 +7,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 \