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 (1_8_0) (push) Blocked by required conditions
CI / build_java (21) (push) Blocked by required conditions
CI / build_act (push) Has been cancelled

This commit is contained in:
Snoweuph 2024-04-26 22:20:44 +00:00
parent f316e60a28
commit 608f6f5780

View file

@ -1,6 +1,4 @@
FROM git.euph.dev/actions/runner-basic:latest
ARG PACKAGE_VERSION
ENV PACKAGE_VERSION=${PACKAGE_VERSION}
RUN apk add --no-cache openjdk${PACKAGE_VERSION} maven gradle libxml2-utils
RUN apk add --no-cache "openjdk$PACKAGE_VERSION" maven gradle libxml2-utils