File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ RUN echo 'Acquire::http::Pipeline-Depth 0;\nAcquire::http::No-Cache true;\nAcqui
1111RUN apt-get clean && rm -rf /var/lib/apt/lists/* \
1212 && apt-get update --fix-missing \
1313 && apt-get install -y \
14- libgl1-mesa-glx \
15- tesseract-ocr \
16- libtesseract-dev \
17- poppler-utils \
14+ libgl1-mesa-glx \
15+ tesseract-ocr \
16+ libtesseract-dev \
17+ poppler-utils \
18+ libpoppler-cpp-dev \
1819 && rm -rf /var/lib/apt/lists/*
1920
2021# Copy the requirements file into the container
Original file line number Diff line number Diff line change @@ -43,10 +43,11 @@ RUN echo 'Acquire::http::Pipeline-Depth 0;\nAcquire::http::No-Cache true;\nAcqui
4343RUN apt-get clean && rm -rf /var/lib/apt/lists/* \
4444 && apt-get update --fix-missing \
4545 && apt-get install -y \
46- libgl1-mesa-glx \
47- tesseract-ocr \
48- libtesseract-dev \
49- poppler-utils \
46+ libgl1-mesa-glx \
47+ tesseract-ocr \
48+ libtesseract-dev \
49+ poppler-utils \
50+ libpoppler-cpp-dev \
5051 && rm -rf /var/lib/apt/lists/*
5152
5253# Copy the requirements file into the container
You can’t perform that action at this time.
0 commit comments