Spaces:
Build error
Build error
Commit
·
148e8ba
1
Parent(s):
5521214
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -6,10 +6,10 @@ WORKDIR /opt/node_app
|
|
6 |
|
7 |
# Get apt up and running
|
8 |
RUN apt update
|
9 |
-
RUN apt install python3-pip -y
|
10 |
#RUN apt install git yarn -y
|
11 |
#RUN npm install --global yarn
|
12 |
-
|
13 |
|
14 |
#RUN npm install react react-dom @excalidraw/excalidraw vscode-languageclient -g
|
15 |
|
|
|
6 |
|
7 |
# Get apt up and running
|
8 |
RUN apt update
|
9 |
+
RUN apt install python3-pip python3-uvicorn-y
|
10 |
#RUN apt install git yarn -y
|
11 |
#RUN npm install --global yarn
|
12 |
+
|
13 |
|
14 |
#RUN npm install react react-dom @excalidraw/excalidraw vscode-languageclient -g
|
15 |
|