Below is the dockerfile that I am using
FROM python:3.6-slim
RUN apt update
RUN apt install poppler-utils -y
RUN apt install git -y
WORKDIR /src/
ADD . /src
CMD tail -f /dev/null
when I check the version of poppler using pdftocairo -v , I get 0.71 as the poppler version. I need to install specific version(0.82) of poppler with a python baseimage
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…