Dockerfiles - Add USER to all files

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-03 14:56:05 +02:00
parent 78e7af4ae0
commit 3671cc9fe6
5 changed files with 10 additions and 0 deletions

View file

@ -7,4 +7,7 @@ RUN set -ex; \
apk add --no-cache tzdata; \
cat /tmp/clamav.conf | tee -a /etc/clamav/clamd.conf; \
rm /tmp/clamav.conf
USER clamav
LABEL com.centurylinklabs.watchtower.monitor-only="true"