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" \