From c560f0e90294ebd4f5e6aa59705b8272a7e87770 Mon Sep 17 00:00:00 2001 From: q Date: Wed, 10 Sep 2025 17:27:44 +0800 Subject: [PATCH] =?UTF-8?q?docker=E5=A4=9A=E5=B9=B3=E5=8F=B0=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2ee9d07..d115fce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ FROM eclipse-temurin:17-jre-jammy WORKDIR /app +RUN apt-get update && apt-get install -y unzip && rm -rf /var/lib/apt/lists/* + COPY ./web-service/target/netdisk-fast-download-bin.zip . RUN unzip netdisk-fast-download-bin.zip && \