add clamav and clamav-daemon to the apt install command
This commit is contained in:
parent
f66a24e5ee
commit
69f9391bcb
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM mediawiki:1.42.1
|
FROM mediawiki:1.42.1
|
||||||
|
|
||||||
RUN apt update \
|
RUN apt update \
|
||||||
&& apt install -y unzip wget
|
&& apt install -y unzip wget clamav clamav-daemon
|
||||||
|
|
||||||
RUN git clone --depth 1 \
|
RUN git clone --depth 1 \
|
||||||
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/MobileFrontend \
|
https://gerrit.wikimedia.org/r/p/mediawiki/extensions/MobileFrontend \
|
||||||
|
|
Loading…
Reference in a new issue