clean yarn cache in Dockerfile to force upgrade
This commit is contained in:
parent
137eec3098
commit
78df98c646
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
FROM node:buster
|
||||
RUN yarn global add --silent https://gancio.org/latest.tgz 2> /dev/null
|
||||
RUN yarn cache clean
|
||||
RUN yarn global add --latest --silent https://gancio.org/latest.tgz 2> /dev/null
|
||||
|
||||
ADD entrypoint.sh /
|
||||
RUN chmod 755 /entrypoint.sh
|
||||
|
|
Loading…
Reference in a new issue