images/actions/java/DOCKERFILE hinzugefügt
Some checks failed
CI / build_php (8.1) (push) Has been cancelled
CI / build_php (8.2) (push) Has been cancelled
CI / build_act (push) Has been cancelled

This commit is contained in:
Snoweuph 2024-04-25 08:00:44 +00:00
parent 48ad41132b
commit ea63efa291

View file

@ -0,0 +1,6 @@
FROM git.euph.dev/actions/runner-basic:latest
ARG PACKAGE_VERSION
ENV PACKAGE_VERSION=${PACKAGE_VERSION}
RUN sudo zypper search openjdk && exit 1;