mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-26 08:03:17 +03:00
Only log install errors
This commit is contained in:
parent
67843c8ebd
commit
871c32b75d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user