mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 05:37:37 +03:00
set group id explicitly
This commit is contained in:
parent
a8a7e23a37
commit
8b4e28a179
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue