mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-13 10:04:46 +08:00
fix supervisor package name
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
945f1341fd
commit
0b02764897
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM alpine:3.21.3
|
|||
|
||||
RUN set -ex; \
|
||||
apk upgrade --no-cache -a; \
|
||||
apk add --no-cache tzdata clamav supervisord; \
|
||||
apk add --no-cache tzdata clamav supervisor; \
|
||||
mkdir /run/clamav; \
|
||||
chmod 777 -R /run/clamav /var/log/clamav /var/log/supervisord /var/run/supervisord; \
|
||||
sed -i "s|#\?MaxDirectoryRecursion.*|MaxDirectoryRecursion 30|g" /etc/clamav/clamd.conf; \
|
||||
|
|
Loading…
Add table
Reference in a new issue