diff --git a/images/actions/java/Dockerfile b/images/actions/java/Dockerfile index 58b6369..d922db1 100644 --- a/images/actions/java/Dockerfile +++ b/images/actions/java/Dockerfile @@ -1,4 +1,4 @@ FROM git.euph.dev/actions/runner-basic:latest ARG PACKAGE_VERSION -RUN apk add --no-cache "openjdk$PACKAGE_VERSION" maven gradle libxml2-utils \ No newline at end of file +RUN sudo apk add --no-cache "openjdk$PACKAGE_VERSION" maven gradle libxml2-utils \ No newline at end of file