7
gitea-runner/Java17Dockerfile
Normal file
7
gitea-runner/Java17Dockerfile
Normal 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
|
Reference in New Issue
Block a user