add java 17
Some checks failed
docker (ubuntu-latest, 2.38.4)

This commit is contained in:
Lee
2023-03-30 21:52:55 +01:00
parent 42347c4b7e
commit 51b9be42ba
2 changed files with 20 additions and 5 deletions

View File

@ -0,0 +1,7 @@
FROM docker:stable
# Install packages
RUN apk add --no-cache curl wget git
# Install Jav 17
RUN apk add openjdk17-jre --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --allow-untrusted