use user nobody already in dockerfile

This commit is contained in:
Wolfgang Hottgenroth 2023-09-27 12:38:54 +02:00
parent 8817c3fa12
commit 7cf68d5d55
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -31,6 +31,7 @@ RUN \
mkdir /etc/sink
EXPOSE 20169/udp
USER nobody
CMD [ "/usr/local/bin/sink20169", "-n", "nobody", "-v" ]