Spaces:
Build error
Build error
Commit
·
f283b96
1
Parent(s):
148e8ba
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ WORKDIR /opt/node_app
|
|
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 |
|
|
|
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 |
|