Skip to content

Commit

Permalink
clamav - fix detail
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Sep 27, 2023
1 parent 3104d6e commit 71484bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/clamav/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY clamav.conf /tmp/clamav.conf

RUN set -ex; \
apk add --no-cache tzdata; \
cat /tmp/clamav.conf > /etc/clamav/clamd.conf; \
cat /tmp/clamav.conf >> /etc/clamav/clamd.conf; \
rm /tmp/clamav.conf; \
mkdir -p /var/run/clamav /run/lock; \
chown -R clamav:clamav /var/run/clamav /run/clamav /var/log/clamav /var/lock /run/lock; \
Expand Down

0 comments on commit 71484bf

Please sign in to comment.