From db9d11a44ee40136e0754cd6bb6db27ca9e05dc2 Mon Sep 17 00:00:00 2001 From: starry <115192496+sky22333@users.noreply.github.com> Date: Thu, 12 Jun 2025 07:58:10 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2adfc79..2037596 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .