Skip to content

Commit e83eb47

Browse files
committed
explicitely install npm i guess...
1 parent d6c9718 commit e83eb47

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: docs/Dockerfile

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@ FROM python:3.9
22

33
WORKDIR /app/
44

5-
# Misc Dependencies
6-
# -----------------
7-
RUN apt-get update
8-
RUN apt-get install -y build-essential
9-
105
# Install NodeJS
116
# --------------
12-
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
7+
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
8+
RUN apt-get install -y build-essential nodejs npm
139
RUN npm install -g [email protected]
1410

1511
# Install Poetry

0 commit comments

Comments
 (0)