diff --git a/Dockerfile b/Dockerfile index 3f7dcf8..9f3b9b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,8 +35,8 @@ ENV UID=1000 \ RUN groupadd -g $GID $USER && useradd --system -g $USER --uid $UID $USER -RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \ - apt-get update && apt-get -y install \ +RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - +RUN apt-get update && apt-get -y install \ npm \ python2 \ python3 \