From 1b71301b069a2e3e5d60b1f8f313816c57cb5840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Wed, 23 Oct 2024 18:26:14 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac03f08..ed3e45f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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