docker-images/gitea-runner/NodeLatestDockerfile
Liam 275303e73e
Some checks are pending
Publish Docker Image / docker (push) Waiting to run
fix image?
2023-10-11 23:15:36 +01:00

7 lines
210 B
Plaintext

FROM docker:latest
# 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