fixes for java
Some checks failed
docker (ubuntu-latest, 2.38.4)

This commit is contained in:
Lee 2023-03-30 21:55:15 +01:00
parent 51b9be42ba
commit 6f1422843d

@ -4,4 +4,4 @@ FROM docker:stable
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
RUN apk add openjdk17-jre-headless