Add imagemagick to Dockerfile
This commit is contained in:
parent
0bf048ec5d
commit
b16aa5b4f2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM golang:latest
|
|||
|
||||
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 texlive-latex-extra texlive-fonts-extra poppler-utils
|
||||
RUN apt-get install -y texlive-latex-extra texlive-fonts-extra poppler-utils imagemagick
|
||||
|
||||
## Download pandoc
|
||||
|
||||
|
|
Loading…
Reference in a new issue