images/actions/java/Dockerfile aktualisiert
Some checks failed
CI / build_php (8.1) (push) Has been cancelled
CI / build_php (8.2) (push) Has been cancelled
CI / build_java (21) (push) Has been cancelled
CI / build_act (push) Has been cancelled

This commit is contained in:
Snoweuph 2024-04-25 11:32:35 +00:00
parent d64280d650
commit 8cf413b332

View file

@ -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;