Only log install errors

This commit is contained in:
Kevin Sawicki 2015-03-26 10:38:58 -07:00
parent 67843c8ebd
commit 871c32b75d

View File

@ -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