Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ FROM python:3.11-slim AS fetcher
|
|
7 |
|
8 |
ARG GIT_REPO=https://github.com/zBotta/reportingAgent.git
|
9 |
# TODO: after tests change GIT_REF to main
|
10 |
-
ARG GIT_REF=
|
11 |
|
12 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
13 |
git ca-certificates && \
|
|
|
7 |
|
8 |
ARG GIT_REPO=https://github.com/zBotta/reportingAgent.git
|
9 |
# TODO: after tests change GIT_REF to main
|
10 |
+
ARG GIT_REF=main # branch or tag (for a specific commit, see notes below)
|
11 |
|
12 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
13 |
git ca-certificates && \
|