Improved logging & add graphicsmagick to docker file.

This commit is contained in:
Patrick Fic
2022-05-12 16:30:15 -07:00
parent 539d35203e
commit fc37f09e6b
8 changed files with 25 additions and 20 deletions

View File

@@ -17,6 +17,7 @@ COPY . .
RUN apt-get update && apt-get install -y \
imagemagick \
graphicsmagick \
ghostscript \
&& rm -rf /var/lib/apt/lists/*