Merge pull request #1967 from xduugu/docker-git

Add `git` to the docker image
This commit is contained in:
Peter Bieringer
2026-04-04 08:30:05 +02:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ WORKDIR /app
RUN addgroup -g 1000 radicale \
&& adduser radicale --home /var/lib/radicale --system --uid 1000 --disabled-password -G radicale \
&& apk add --no-cache ca-certificates openssl curl
&& apk add --no-cache ca-certificates openssl curl git
COPY --chown=radicale:radicale --from=builder /app/venv /app