diff --git a/images/actions/java/Dockerfile b/images/actions/java/Dockerfile index b92da52..2951c5f 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" \ No newline at end of file +RUN sudo zypper -n install java-${PACKAGE_VERSION}-openjdk \ No newline at end of file