diff --git a/Dockerfile b/Dockerfile index 32b8c4e..169752a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,8 +25,8 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \ && rm -rf /var/lib/apt/lists/* # Install node8 -RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -RUN apt-get update && apt-get install -y \ +RUN curl -sL https://deb.nodesource.com/setup_8.x | bash \ + && apt-get update && apt-get install -y \ nodejs \ && rm -rf /var/lib/apt/lists/*