fix: Dockerfile.pkg-arm64换源

This commit is contained in:
shanmite 2025-05-23 09:42:39 +08:00
parent ca1ea8c93d
commit c4d37eda9f

View File

@ -5,7 +5,7 @@ WORKDIR /root/lottery
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && \ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && \
apk add --no-cache curl apk add --no-cache curl
ENV DOWNLOAD_HOST=https://ghproxy.com/https://github.com \ ENV DOWNLOAD_HOST=https://github.com \
RELEASE_TAG=v3.4 \ RELEASE_TAG=v3.4 \
NODEV=18.5.0 \ NODEV=18.5.0 \
PKG_CACHE_PATH=/root/.pkg-cache \ PKG_CACHE_PATH=/root/.pkg-cache \