fix clamav
All checks were successful
Docker Build / Build and Push Images (push) Successful in 55s

This commit is contained in:
Seaswimmer 2024-08-09 15:34:07 -04:00
parent 8a5e1d1091
commit 3bb1204246
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -80,4 +80,7 @@ ENV COMPOSER_ALLOW_SUPERUSER=1
RUN composer update -d /var/www/html
# Initialize ClamAV
RUN freshclam
RUN mkdir /var/log/mediawiki && chown www-data:www-data /var/log/mediawiki