docker-images/gitea-runner/NodeWithYarnLatestDockerfile

4 lines
89 B
Plaintext
Raw Normal View History

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