diff --git a/Dockerfile b/Dockerfile index 670e77ae5..e931f5019 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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