Merge pull request 'develop' (#19) from develop into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #19
This commit is contained in:
commit
da55bf24a1
1 changed files with 2 additions and 0 deletions
|
@ -24,9 +24,11 @@ FROM nextcloud:31.0.4-apache
|
||||||
|
|
||||||
# This is a stupid comment for a demo (remove later)
|
# This is a stupid comment for a demo (remove later)
|
||||||
|
|
||||||
|
# libfuse2t64 required by richdocumentscode
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
nano ghostscript \
|
nano ghostscript \
|
||||||
|
libfuse2 \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
# clamdscan
|
# clamdscan
|
||||||
|
|
Loading…
Add table
Reference in a new issue