diff --git a/images/actions/godot/Dockerfile b/images/actions/godot/Dockerfile index 94526a0..77c9f1a 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 sudo apk add --no-cache apk add \ +RUN sudo apk add --no-cache \ scons \ pkgconf \ gcc \