FossilRepo

Add git to Docker image (needed for git sync mirror)

lmata 2026-04-07 07:09 trunk
Commit f46f192e71b8a95062caf1b754a2e059c14c727d00202c25b11de44d279d0f70
1 file changed +1 -1
+1 -1
--- Dockerfile
+++ Dockerfile
@@ -24,11 +24,11 @@
2424
# ── Stage 2: Runtime image ─────────────────────────────────────────────────
2525
2626
FROM python:3.12-slim-bookworm
2727
2828
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 \
3030
&& rm -rf /var/lib/apt/lists/*
3131
3232
# Copy Fossil binary from builder
3333
COPY --from=fossil-builder /usr/local/bin/fossil /usr/local/bin/fossil
3434
RUN fossil version
3535
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button