Ashwin V. Mohanan commited on
Commit
b490cb1
·
1 Parent(s): b0bdc40

Use poppler-utils

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
29
  libsm6 \
30
  libxext6 \
31
  libgl1 \
32
- poppler \
33
  && apt-get clean && rm -rf /var/lib/apt/lists/*
34
 
35
  # Create a non-root user
 
29
  libsm6 \
30
  libxext6 \
31
  libgl1 \
32
+ poppler-utils \
33
  && apt-get clean && rm -rf /var/lib/apt/lists/*
34
 
35
  # Create a non-root user