feat: Add support for clamdscan
Some checks failed
continuous-integration/drone/push Build is failing

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

View file

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