mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-16 20:33:03 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e909b5868 |
@@ -1,8 +1,9 @@
|
||||
FROM openjdk:17-jre-slim
|
||||
FROM openjdk:17-jdk-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update && apt-get install -y unzip && rm -rf /var/lib/apt/lists/*
|
||||
# 安装 unzip
|
||||
RUN apk add --no-cache unzip
|
||||
|
||||
COPY ./web-service/target/netdisk-fast-download-bin.zip .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user