pin spreedbackend uid and add user group

This commit is contained in:
Leo 2026-02-15 20:23:04 +01:00
commit bd9a7b2ba9

View file

@ -12,7 +12,8 @@ RUN touch /.dockerenv && \
FROM alpine:3
ENV CONFIG=/config/server.conf
RUN adduser -D -S -H spreedbackend && \
RUN addgroup -g 850 spreedbackend && \
adduser -D --uid 850 -S -H -G spreedbackend spreedbackend && \
apk add --no-cache bash tzdata ca-certificates su-exec
COPY --from=builder /workdir/bin/signaling /usr/bin/nextcloud-spreed-signaling