diff --git a/Dockerfile b/Dockerfile index 31726e401..d792c30c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN yum install -y \ nodejs \ npm -RUN npm install -g npm@1.4.28 +RUN npm install -g npm@1.4.28 --loglevel error ADD . /atom WORKDIR /atom