From 7fd95abc5d74191ee24b3dd37e57f42784c53328 Mon Sep 17 00:00:00 2001 From: deed Date: Tue, 1 Feb 2022 11:45:56 +0100 Subject: [PATCH] Update Dockerfile --- godot4/Dockerfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/godot4/Dockerfile b/godot4/Dockerfile index 5d7a55d..afca37a 100644 --- a/godot4/Dockerfile +++ b/godot4/Dockerfile @@ -13,6 +13,19 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ unzip \ wget \ zip \ + scons \ + pkg-config \ + libx11-dev \ + libxcursor-dev \ + libxinerama-dev \ + libgl1-mesa-dev \ + libglu-dev \ + libasound2-dev \ + libpulse-dev \ + libudev-dev \ + libxi-dev \ + libxrandr-dev \ + && rm -rf /var/lib/apt/lists/* ENV GODOT_VERSION "4.0-alfa1"