Compare commits
3 commits
59c4663f2c
...
da55bf24a1
Author | SHA1 | Date | |
---|---|---|---|
da55bf24a1 | |||
dd2266ca33 | |||
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 \
|
||||||
|
libfuse2 \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
# clamdscan
|
# clamdscan
|
||||||
|
|
Loading…
Add table
Reference in a new issue