We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c9718 commit e83eb47Copy full SHA for e83eb47
docs/Dockerfile
@@ -2,14 +2,10 @@ FROM python:3.9
2
3
WORKDIR /app/
4
5
-# Misc Dependencies
6
-# -----------------
7
-RUN apt-get update
8
-RUN apt-get install -y build-essential
9
-
10
# Install NodeJS
11
# --------------
12
-RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
+RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
+RUN apt-get install -y build-essential nodejs npm
13
RUN npm install -g [email protected]
14
15
# Install Poetry
0 commit comments