diff --git a/images/actions/java/Dockerfile b/images/actions/java/Dockerfile index a1a2678..b92da52 100644 --- a/images/actions/java/Dockerfile +++ b/images/actions/java/Dockerfile @@ -3,4 +3,4 @@ FROM git.euph.dev/actions/runner-basic:latest ARG PACKAGE_VERSION ENV PACKAGE_VERSION=${PACKAGE_VERSION} -RUN sudo zypper -n install "java-${PACKAGE_VERSION}-openjdk"" && exit 1; \ No newline at end of file +RUN sudo zypper -n install "java-${PACKAGE_VERSION}-openjdk" \ No newline at end of file