Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
FROM python:3.11
|
| 2 |
|
|
|
|
|
|
|
| 3 |
WORKDIR /app
|
| 4 |
|
| 5 |
RUN --mount=type=secret,id=GITHUB,mode=0444,required=true \
|
|
|
|
| 1 |
FROM python:3.11
|
| 2 |
|
| 3 |
+
RUN apt-get install -y git
|
| 4 |
+
|
| 5 |
WORKDIR /app
|
| 6 |
|
| 7 |
RUN --mount=type=secret,id=GITHUB,mode=0444,required=true \
|