mirror of
https://github.com/luzifer-docker/clasp.git
synced 2024-12-20 14:41:16 +00:00
Use yarn to install, works around npm bug
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
bee1db3d8e
commit
fb16f84f72
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue