Vinbor commited on
Commit
ab9bf6b
·
verified ·
1 Parent(s): eb7ece8

Update Dockerfile

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