StarrySkyWorld commited on
Commit
78d910c
·
verified ·
1 Parent(s): 4154d66

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -4,4 +4,6 @@ WORKDIR /app
4
 
5
  COPY . .
6
 
7
- RUN uv init && uv add -r deps.txt
 
 
 
4
 
5
  COPY . .
6
 
7
+ RUN uv init && uv add -r deps.txt
8
+
9
+ RUN apt-get update -y && apt-get install wget curl git -y