We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c354509 commit aebbf87Copy full SHA for aebbf87
docs/Dockerfile
@@ -4,8 +4,8 @@ WORKDIR /app/
4
5
# Install NodeJS
6
# --------------
7
-RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
8
-RUN apt-get install -yq nodejs npm build-essential
+RUN apt-get install -y build-essential
+RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
9
RUN npm install -g npm@8.5.0
10
11
# Install Poetry
0 commit comments