feat: Add support for clamdscan
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
1631b8f07b
commit
1b6e8ff336
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue