Dockerfile fixes

This commit is contained in:
Juan Ferrer 2019-01-08 18:56:12 +01:00
parent 616cbb1076
commit e34a793d3c
1 changed files with 1 additions and 1 deletions

View File

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