docker-images/gitea-runner/Java17Dockerfile
Fascinated 51b9be42ba
Some checks failed
docker (ubuntu-latest, 2.38.4)
add java 17
2023-03-30 21:52:55 +01:00

7 lines
212 B
Plaintext

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