diff --git a/godot4/Dockerfile b/godot4/Dockerfile index da530ea..8d278d8 100644 --- a/godot4/Dockerfile +++ b/godot4/Dockerfile @@ -4,6 +4,15 @@ LABEL version="1.0" maintainer="Khaganat " USER root ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y --no-install-recommends \ + ca-certificates \ + git \ + git-lfs \ + python \ + python-openssl \ + unzip \ + wget \ + zip \ + rsync \ build-essential \ scons \ pkg-config \