Compare commits

...

2 commits

Author SHA1 Message Date
11b4e51e58 Merge branch 'master' of code.apps.glenux.net:glenux-opencontainers/service-nextcloud
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-23 10:48:09 +01:00
b34bc31f35 feat: Add ghostscript for LibreSign app 2023-03-23 10:48:03 +01:00

View file

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