docker-images/gitea-runner/NodeWithYarnLatestDockerfile
Liam 631228dd36
Some checks failed
Publish Docker Image / docker (push) Failing after 1m40s
add nodejs with yarn
2023-10-18 01:56:11 +01:00

4 lines
81 B
Plaintext

FROM fascinated/docker-images:node-latest
# Install yarn
RUN npm install -g yarn