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