mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-16 20:33:03 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ace7cdc88e | ||
|
|
2e909b5868 | ||
|
|
de78bcbc98 |
@@ -1,8 +1,9 @@
|
||||
FROM eclipse-temurin:17-jre-jammy
|
||||
FROM azul/zulu-openjdk-alpine:17
|
||||
|
||||
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