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