Browse Source

Add poppler-utils to Dockerfile

Andrea Fazzi 1 year ago
parent
commit
190da856fc
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
+RUN apt-get install -y texlive-latex-extra poppler-utils
 
 ## Download pandoc