fix: add missing dependency
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2025-05-17 19:32:10 +02:00
parent 87ea7b0d12
commit ed5c6fa47f

View file

@ -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