From d0f81bf18ed3431ba0bbeda33e9fa28c69f2b461 Mon Sep 17 00:00:00 2001 From: lzw-723 Date: Thu, 26 Mar 2026 13:27:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dvips=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b6dbdc..6d0032a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ FROM node:22-bookworm-slim AS runtime # Install libvips, ca-certificates and other dependencies RUN apt-get update && apt-get install -y --no-install-recommends \ - libvips42 \ + libvips-tools \ ca-certificates \ curl \ && rm -rf /var/lib/apt/lists/*