images/actions/java/Dockerfile aktualisiert
Some checks failed
CI / build_php (81) (push) Blocked by required conditions
CI / build_php (82) (push) Blocked by required conditions
CI / build_php (83) (push) Blocked by required conditions
CI / build_java (17) (push) Blocked by required conditions
CI / build_java (21) (push) Blocked by required conditions
CI / build_java (8) (push) Blocked by required conditions
CI / build_act (push) Has been cancelled

This commit is contained in:
Snoweuph 2024-04-26 22:24:28 +00:00
parent 9481ae62dd
commit af0a19d9b4

View file

@ -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
RUN sudo apk add --no-cache "openjdk$PACKAGE_VERSION" maven gradle libxml2-utils