indiaaiofficial commited on
Commit
5eadf77
·
verified ·
1 Parent(s): 3f0da39

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM ubuntu:22.04
2
 
3
- RUN apt update && apt install -y wget aria2 python3
4
 
5
  WORKDIR /data
6
  COPY server.py /data/server.py
 
1
  FROM ubuntu:22.04
2
 
3
+ RUN apt update && apt install -y aria2 python3
4
 
5
  WORKDIR /data
6
  COPY server.py /data/server.py