diff --git a/images/actions/redot/Dockerfile b/images/actions/redot/Dockerfile index 5f90542..b6a158f 100644 --- a/images/actions/redot/Dockerfile +++ b/images/actions/redot/Dockerfile @@ -2,7 +2,7 @@ FROM git.euph.dev/actions/runner-basic:latest ARG PACKAGE_VERSION -RUN apk add --no-cache \ +RUN sudo apk add --no-cache \ scons \ pkgconf \ gcc \