mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 07:26:55 +00:00
clamav - fix detail
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
3104d6e2cc
commit
71484bf631
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ COPY clamav.conf /tmp/clamav.conf
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apk add --no-cache tzdata; \
|
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; \
|
rm /tmp/clamav.conf; \
|
||||||
mkdir -p /var/run/clamav /run/lock; \
|
mkdir -p /var/run/clamav /run/lock; \
|
||||||
chown -R clamav:clamav /var/run/clamav /run/clamav /var/log/clamav /var/lock /run/lock; \
|
chown -R clamav:clamav /var/run/clamav /run/clamav /var/log/clamav /var/lock /run/lock; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue