Mediocreatmybest commited on
Commit
148e8ba
·
1 Parent(s): 5521214

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- RUN pip3 install uvicorn
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