yarn cache cleaning into Dockerfile
This commit is contained in:
parent
817430d948
commit
95e740fcea
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM node:buster
|
||||
RUN yarn global remove gancio
|
||||
RUN yarn cache clean gancio
|
||||
RUN yarn global add --latest --silent https://gancio.org/latest.tgz 2> /dev/null
|
||||
|
||||
ADD entrypoint.sh /
|
||||
RUN chmod 755 /entrypoint.sh
|
||||
ENTRYPOINT [ "/bin/sh", "/entrypoint.sh" ]
|
||||
|
|
Loading…
Reference in a new issue