Browse Source

Add imagemagick to Dockerfile

Andrea Fazzi 2 years ago
parent
commit
b16aa5b4f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/Dockerfile

+ 1 - 1
backend/Dockerfile

@@ -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