bob
This commit is contained in:
10
gitea-runner/MavenDockerfile
Normal file
10
gitea-runner/MavenDockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM docker:stable
|
||||
|
||||
# Install packages
|
||||
RUN apk add --no-cache curl wget git
|
||||
|
||||
# Install Node 18
|
||||
RUN apk add nodejs npm --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --allow-untrusted
|
||||
|
||||
# Install Maven
|
||||
RUN apk add maven
|
Reference in New Issue
Block a user