Use yarn to install, works around npm bug

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-05-19 18:50:15 +02:00
parent bee1db3d8e
commit fb16f84f72
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -1,7 +1,7 @@
FROM node:10 FROM node:10
RUN set -ex \ RUN set -ex \
&& npm install -g @google/clasp && yarn global add @google/clasp
USER node USER node