From b2a7187fc526d11a8ced3948b87ac5289a7a4cb2 Mon Sep 17 00:00:00 2001 From: q Date: Wed, 10 Sep 2025 18:10:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96docker=E8=84=9A=E6=9C=AC3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 896f60a..a3747f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM azul/zulu-openjdk-alpine:17 +FROM azul/zulu-openjdk:17-jre-headless WORKDIR /app # 安装 unzip -RUN apk add --no-cache unzip +RUN apt-get update && apt-get install -y unzip && rm -rf /var/lib/apt/lists/* COPY ./web-service/target/netdisk-fast-download-bin.zip .