add ghostscript package

This commit is contained in:
Jörn-Michael Miehe 2024-02-29 23:27:06 +01:00
parent 9128c11796
commit 7009b2f634

View file

@ -4,6 +4,7 @@ RUN set -ex; \
\ \
apk add --no-cache \ apk add --no-cache \
bash \ bash \
ghostscript \
inotify-tools \ inotify-tools \
make \ make \
; ;