mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 06:07:35 +03:00
set group id explicitly
This commit is contained in:
parent
bb6dcb6172
commit
17e6269400
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ FROM python:3-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN addgroup 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
|
&& apk add --no-cache ca-certificates openssl
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ FROM python:3-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN addgroup 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
|
&& apk add --no-cache ca-certificates openssl
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue