Skip to content

Commit 781e4f8

Browse files
committed
update first
1 parent e8c64d4 commit 781e4f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: docs/Dockerfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ 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+
510
# Install NodeJS
611
# --------------
7-
RUN apt-get install -y build-essential
812
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
913
RUN npm install -g [email protected]
1014

0 commit comments

Comments
 (0)