diff --git a/images/actions/godot/Dockerfile b/images/actions/godot/Dockerfile index 9df5d75..48d1587 100644 --- a/images/actions/godot/Dockerfile +++ b/images/actions/godot/Dockerfile @@ -2,6 +2,7 @@ FROM git.euph.dev/actions/runner-csharp-7:latest ARG PACKAGE_VERSION +RUN apk add --no-cache gcompat 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" \