This commit is contained in:
parent
87ea7b0d12
commit
ed5c6fa47f
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 \
|
||||||
|
libfuse2t64 \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
# clamdscan
|
# clamdscan
|
||||||
|
|
Loading…
Add table
Reference in a new issue