Add git to the docker image
This is required to version collections with git as described in the tutorial at https://radicale.org/v3.html#versioning-collections-with-git .
This commit is contained in:
@@ -19,7 +19,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
RUN addgroup -g 1000 radicale \
|
RUN addgroup -g 1000 radicale \
|
||||||
&& adduser radicale --home /var/lib/radicale --system --uid 1000 --disabled-password -G 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
|
COPY --chown=radicale:radicale --from=builder /app/venv /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user