images/actions/java/DOCKERFILE hinzugefügt
This commit is contained in:
parent
48ad41132b
commit
ea63efa291
1 changed files with 6 additions and 0 deletions
6
images/actions/java/DOCKERFILE
Normal file
6
images/actions/java/DOCKERFILE
Normal 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;
|
Loading…
Reference in a new issue