Dockerfile fixes
This commit is contained in:
parent
616cbb1076
commit
e34a793d3c
|
@ -7,7 +7,7 @@ RUN apt-get update \
|
|||
curl \
|
||||
gnupg2 \
|
||||
&& curl -sL https://deb.nodesource.com/setup_8.x | bash - \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
&& apt-get install -y \
|
||||
nodejs \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& npm -g install pm2
|
||||
|
|
Loading…
Reference in New Issue