diff --git a/godot4-compil/Dockerfile b/godot4-compil/Dockerfile index 626d363..2f5a808 100644 --- a/godot4-compil/Dockerfile +++ b/godot4-compil/Dockerfile @@ -9,6 +9,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ git \ git-lfs \ + python \ + python-openssl \ + unzip \ + wget \ + zip \ scons \ pkg-config \ libx11-dev \