add clamav and clamav-daemon to the apt install command

This commit is contained in:
Seaswimmer 2024-07-31 22:57:28 -04:00
parent f66a24e5ee
commit 69f9391bcb
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -1,7 +1,7 @@
FROM mediawiki:1.42.1
RUN apt update \
&& apt install -y unzip wget
&& apt install -y unzip wget clamav clamav-daemon
RUN git clone --depth 1 \
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/MobileFrontend \