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