Merge tag 'v0.7.0' into develop

include gs command
This commit is contained in:
Jörn-Michael Miehe 2024-02-29 23:27:24 +01:00
commit e485a4fe67

View file

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