Skip to content

Commit

Permalink
add ghostscript to live stage deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyNikipelau committed Nov 17, 2024
1 parent 1958054 commit 6a7ae8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ RUN apt update && apt upgrade -y && \
apt install -y \
qtbase5-dev \
libpoppler-qt5-dev \
poppler-utils
poppler-utils \
ghostscript

WORKDIR $APP_ROOT

Expand Down

0 comments on commit 6a7ae8d

Please sign in to comment.