Update Dockerfile
This commit is contained in:
@@ -11,8 +11,8 @@ FROM alpine
|
|||||||
|
|
||||||
WORKDIR /root/
|
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/hubproxy .
|
||||||
COPY --from=builder /app/config.toml .
|
COPY --from=builder /app/config.toml .
|
||||||
|
|||||||
Reference in New Issue
Block a user