diff --git a/godot4-compil/Dockerfile b/godot4-compil/Dockerfile index 86bbde0..c32d778 100644 --- a/godot4-compil/Dockerfile +++ b/godot4-compil/Dockerfile @@ -5,6 +5,8 @@ USER root ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ + git \ + git-lfs \ scons \ pkg-config \ libx11-dev \