feat: Add support for clamdscan
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Glenn Y. Rolland 2023-02-21 14:47:56 +01:00
parent 1631b8f07b
commit 1b6e8ff336
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ FROM nextcloud:25.0.1-apache
# This is a stupid comment for a demo (remove later)
RUN apt-get update \
&& apt-get install -y nano \
&& apt-get install -y clamdscan nano \
&& apt-get clean
#