feat: Add ghostscript for LibreSign app

This commit is contained in:
Glenn Y. Rolland 2023-03-23 10:48:03 +01:00
parent c4ebbb02c8
commit b34bc31f35
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ FROM nextcloud:25.0.4-apache
# This is a stupid comment for a demo (remove later)
RUN apt-get update \
&& apt-get install -y clamdscan nano \
&& apt-get install -y clamdscan nano ghostscript \
&& apt-get clean
#