From 4290b23315146ebb8ce1304ee7efcbcfebf3528d Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sun, 12 May 2024 10:54:21 +0000 Subject: [PATCH] images/actions/godot/Dockerfile aktualisiert --- images/actions/godot/Dockerfile | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/images/actions/godot/Dockerfile b/images/actions/godot/Dockerfile index 5c1a89e..94526a0 100644 --- a/images/actions/godot/Dockerfile +++ b/images/actions/godot/Dockerfile @@ -2,7 +2,21 @@ FROM git.euph.dev/actions/runner-csharp-7:latest ARG PACKAGE_VERSION -RUN sudo apk add --no-cache gcompat +RUN sudo apk add --no-cache apk add \ + scons \ + pkgconf \ + gcc \ + g++ \ + libx11-dev \ + libxcursor-dev \ + libxinerama-dev \ + libxi-dev \ + libxrandr-dev \ + mesa-dev \ + eudev-dev \ + alsa-lib-dev \ + pulseaudio-dev + RUN wget $( \ curl -s https://api.github.com/repos/godotengine/godot/releases/tags/$PACKAGE_VERSION-stable \ | grep "browser_download_url.*Godot_v.*-stable_mono_linux_x86_64.zip" \