yarn does not update package installed from the same url!

This commit is contained in:
les
2021-07-15 19:20:44 +02:00
parent 78df98c646
commit aa58d3174d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
FROM node:buster
RUN yarn cache clean
RUN yarn cache clean gancio
RUN yarn global add --latest --silent https://gancio.org/latest.tgz 2> /dev/null
ADD entrypoint.sh /