docker-images/gitea-runner/NodeWithYarnLatestDockerfile

4 lines
81 B
Plaintext
Raw Normal View History

2023-10-18 00:56:11 +00:00
FROM fascinated/docker-images:node-latest
# Install yarn
RUN npm install -g yarn