Vinbor commited on
Commit
dba99dc
·
verified ·
1 Parent(s): 4e5d428

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,4 +1,5 @@
1
  FROM python:3.9-slim
 
2
  RUN git clone https://github.com/Toperlock/sing-box-subscribe /app
3
  WORKDIR "app"
4
  RUN pip install --upgrade pip
 
1
  FROM python:3.9-slim
2
+ RUN apt update && apt install git
3
  RUN git clone https://github.com/Toperlock/sing-box-subscribe /app
4
  WORKDIR "app"
5
  RUN pip install --upgrade pip