docker-images/gitea-runner/NodeLatestDockerfile
Liam 6454bb6277
All checks were successful
Publish Docker Image / docker (push) Successful in 46s
add bash to nodejs image
2023-10-11 23:40:49 +01:00

7 lines
215 B
Plaintext

FROM docker:latest
# Install packages
RUN apk add --no-cache curl wget git bash
# Install Node 18
RUN apk add nodejs npm --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --allow-untrusted