Update Dockerfile

This commit is contained in:
starry
2025-06-12 07:58:10 +08:00
committed by GitHub
parent a6fdbf3fcd
commit db9d11a44e

View File

@@ -11,8 +11,8 @@ FROM alpine
WORKDIR /root/
# 安装skopeo
RUN apk add --no-cache skopeo && mkdir -p temp && chmod 700 temp
# 安装依赖
RUN apk add --no-cache skopeo
COPY --from=builder /app/hubproxy .
COPY --from=builder /app/config.toml .