Add imagemagick to Dockerfile

This commit is contained in:
Andrea Fazzi 2022-04-26 16:53:39 +02:00
parent 0bf048ec5d
commit b16aa5b4f2

View file

@ -2,7 +2,7 @@ FROM golang:latest
RUN apt-get update -qq && apt-get install -y netcat RUN apt-get update -qq && apt-get install -y netcat
RUN apt-get install -y -q libsm6 libcups2 libcairo2 libdbus-1-3 libxinerama1 RUN apt-get install -y -q libsm6 libcups2 libcairo2 libdbus-1-3 libxinerama1
RUN apt-get install -y texlive-latex-extra texlive-fonts-extra poppler-utils RUN apt-get install -y texlive-latex-extra texlive-fonts-extra poppler-utils imagemagick
## Download pandoc ## Download pandoc