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 && \