images/actions/java/Dockerfile aktualisiert
This commit is contained in:
parent
d64280d650
commit
8cf413b332
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ FROM git.euph.dev/actions/runner-basic:latest
|
|||
ARG PACKAGE_VERSION
|
||||
ENV PACKAGE_VERSION=${PACKAGE_VERSION}
|
||||
|
||||
RUN sudo zypper search openjdk && exit 1;
|
||||
RUN sudo zypper -n install "java-${PACKAGE_VERSION}-openjdk"" && exit 1;
|
Loading…
Reference in a new issue