From 69f9391bcbd8820f06ccd39b458cb295769c46b4 Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Wed, 31 Jul 2024 22:57:28 -0400 Subject: [PATCH] add clamav and clamav-daemon to the apt install command --- mediawiki/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediawiki/Dockerfile b/mediawiki/Dockerfile index 1659e13..4783e56 100644 --- a/mediawiki/Dockerfile +++ b/mediawiki/Dockerfile @@ -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 \