yangtb24 commited on
Commit
0913f15
·
verified ·
1 Parent(s): 4a8629a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,5 +1,8 @@
1
  FROM python:3.11-slim
2
 
 
 
 
3
  WORKDIR /app
4
 
5
  COPY requirements.txt .
 
1
  FROM python:3.11-slim
2
 
3
+ sudo apt update
4
+ sudo apt install curl
5
+
6
  WORKDIR /app
7
 
8
  COPY requirements.txt .