pin proxy uid and add user group

This commit is contained in:
Leo 2026-02-16 19:26:09 +01:00
commit fa18ce95dd

View file

@ -12,7 +12,8 @@ RUN touch /.dockerenv && \
FROM alpine:3
ENV CONFIG=/config/proxy.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/proxy /usr/bin/nextcloud-spreed-signaling-proxy