Commit
·
15351e4
1
Parent(s):
6af334f
install poppler-utils by docker
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y \
|
|
7 |
curl \
|
8 |
software-properties-common \
|
9 |
git \
|
|
|
10 |
&& rm -rf /var/lib/apt/lists/*
|
11 |
|
12 |
COPY requirements.txt /app
|
|
|
7 |
curl \
|
8 |
software-properties-common \
|
9 |
git \
|
10 |
+
poppler-utils \
|
11 |
&& rm -rf /var/lib/apt/lists/*
|
12 |
|
13 |
COPY requirements.txt /app
|