Update Dockerfile
Browse files- 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
|