Skip to content

Commit 097815e

Browse files
authored
Add mdbtools to Dockerfile dependencies
1 parent 3960dbe commit 097815e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN apt-get update -qq && \
3030
tesseract-ocr-eng \
3131
tesseract-ocr-chi-sim \
3232
tesseract-ocr-chi-tra \
33+
mdbtools \
3334
tzdata && \
3435
rm -rf /var/lib/apt/lists/* && \
3536
ln -snf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
@@ -60,4 +61,4 @@ WORKDIR /home
6061

6162
# 设置环境变量
6263
ENV PYTHONDONTWRITEBYTECODE=1 \
63-
PYTHONUNBUFFERED=1
64+
PYTHONUNBUFFERED=1

0 commit comments

Comments
 (0)