FossilRepo
Add git to Docker image (needed for git sync mirror)
Commit
f46f192e71b8a95062caf1b754a2e059c14c727d00202c25b11de44d279d0f70
Parent
7aef8feaeab03b9…
1 file changed
+1
-1
+1
-1
| --- Dockerfile | ||
| +++ Dockerfile | ||
| @@ -24,11 +24,11 @@ | ||
| 24 | 24 | # ── Stage 2: Runtime image ───────────────────────────────────────────────── |
| 25 | 25 | |
| 26 | 26 | FROM python:3.12-slim-bookworm |
| 27 | 27 | |
| 28 | 28 | RUN apt-get update && apt-get install -y --no-install-recommends \ |
| 29 | - postgresql-client ca-certificates zlib1g libssl3 openssh-server \ | |
| 29 | + postgresql-client ca-certificates zlib1g libssl3 openssh-server git \ | |
| 30 | 30 | && rm -rf /var/lib/apt/lists/* |
| 31 | 31 | |
| 32 | 32 | # Copy Fossil binary from builder |
| 33 | 33 | COPY --from=fossil-builder /usr/local/bin/fossil /usr/local/bin/fossil |
| 34 | 34 | RUN fossil version |
| 35 | 35 |
| --- Dockerfile | |
| +++ Dockerfile | |
| @@ -24,11 +24,11 @@ | |
| 24 | # ── Stage 2: Runtime image ───────────────────────────────────────────────── |
| 25 | |
| 26 | FROM python:3.12-slim-bookworm |
| 27 | |
| 28 | RUN apt-get update && apt-get install -y --no-install-recommends \ |
| 29 | postgresql-client ca-certificates zlib1g libssl3 openssh-server \ |
| 30 | && rm -rf /var/lib/apt/lists/* |
| 31 | |
| 32 | # Copy Fossil binary from builder |
| 33 | COPY --from=fossil-builder /usr/local/bin/fossil /usr/local/bin/fossil |
| 34 | RUN fossil version |
| 35 |
| --- Dockerfile | |
| +++ Dockerfile | |
| @@ -24,11 +24,11 @@ | |
| 24 | # ── Stage 2: Runtime image ───────────────────────────────────────────────── |
| 25 | |
| 26 | FROM python:3.12-slim-bookworm |
| 27 | |
| 28 | RUN apt-get update && apt-get install -y --no-install-recommends \ |
| 29 | postgresql-client ca-certificates zlib1g libssl3 openssh-server git \ |
| 30 | && rm -rf /var/lib/apt/lists/* |
| 31 | |
| 32 | # Copy Fossil binary from builder |
| 33 | COPY --from=fossil-builder /usr/local/bin/fossil /usr/local/bin/fossil |
| 34 | RUN fossil version |
| 35 |