set group id explicitly

This commit is contained in:
Sam Erika Clotfelter 2024-03-13 00:19:41 -04:00 committed by Peter Bieringer
parent bb6dcb6172
commit 17e6269400
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ FROM python:3-alpine
WORKDIR /app
RUN addgroup radicale \
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

View file

@ -15,7 +15,7 @@ FROM python:3-alpine
WORKDIR /app
RUN addgroup radicale \
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