From efcb30c0c61617d44e2f5f06b8079ce372ca09a3 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 30 Jun 2017 16:28:54 +0200 Subject: [PATCH] update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f05f4fe..700b285 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,4 +39,4 @@ RUN apk add --no-cache ca-certificates bash curl make gcc g++ python linux-heade RUN curl -o- -L https://yarnpkg.com/install.sh | sh ENV PATH /root/.yarn/bin:$PATH -RUN npm install -g npmci +RUN yarn global add npmci