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

Add poppler-utils again to rebuild

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