diff --git a/gitea-runner/NodeWithYarnLatestDockerfile b/gitea-runner/NodeWithYarnLatestDockerfile index 0c69703..0b6f9aa 100644 --- a/gitea-runner/NodeWithYarnLatestDockerfile +++ b/gitea-runner/NodeWithYarnLatestDockerfile @@ -1,4 +1,4 @@ FROM fascinated/docker-images:node-latest # Install yarn -RUN npm install -g yarn \ No newline at end of file +RUN npm install -g yarn --force \ No newline at end of file