docker-images/gitea-runner/NodeLatestDockerfile
Liam 223510ece1
Some checks are pending
/ docker (ubuntu-latest, 2.38.4) (push) Waiting to run
update action
2023-09-25 02:15:06 +01:00

7 lines
210 B
Plaintext

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