use user nobody already in dockerfile

This commit is contained in:
2023-09-27 12:41:44 +02:00
parent 6cf3b46f76
commit 314b9a421d

View File

@ -27,8 +27,7 @@ COPY --from=builder /tmp/sink/build/sink20169 /usr/local/bin/
RUN \
apk add --no-cache libpq && \
apk add --no-cache libconfig && \
mkdir /etc/sink
apk add --no-cache libconfig
EXPOSE 20169/udp
USER nobody