We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95561f commit 94b4898Copy full SHA for 94b4898
scripts/images/runtime/Dockerfile
@@ -7,7 +7,7 @@ ENV PYTHONPATH=/opt/runtime/datamate/
7
8
RUN sed -i 's/deb.debian.org/mirrors.huaweicloud.com/g' /etc/apt/sources.list.d/debian.sources \
9
&& apt update \
10
- && apt install -y libgl1 libglib2.0-0 vim poppler-utils tesseract-ocr tesseract-ocr-chi-sim libmagic1t64 \
+ && apt install -y libgl1 libglib2.0-0 vim poppler-utils tesseract-ocr tesseract-ocr-chi-sim libmagic1t64 libreoffice\
11
&& apt clean \
12
&& rm -rf /var/lib/apt/lists/*
13
0 commit comments