Update Dockerfile

This commit is contained in:
涵曦 2024-10-23 18:26:14 +08:00 committed by GitHub
parent 13bbff8d67
commit 1b71301b06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,8 +14,9 @@ RUN bash install_dependencies.sh
FROM python:3.10-slim
RUN apt-get update && apt-get install -y \
libtiff6 \
libtiff6 \
libopenjp2-7 \
libxcb1 \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app