1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-21 15:16:37 +02:00

add ghostscript install (#66)

This commit is contained in:
tale-fau 2023-09-22 12:37:01 +02:00
parent 776eeca0dc
commit 704293bfe4

View file

@ -9,7 +9,7 @@ ENV DISABLE_ORGANIZATION=false
ENV PDF_DEMO_LINK=true
RUN apt update && \
apt install -y gettext-base librsvg2-bin pdftk imagemagick potrace && \
apt install -y gettext-base librsvg2-bin pdftk imagemagick potrace ghostscript && \
rm -rf /var/lib/apt/lists/*
COPY . /usr/local/signaturepdf