Pārlūkot izejas kodu

chore(Dockerfile.latest): comment out the sed command to replace apt source with tuna mirror

The sed command to replace the apt source with the tuna mirror has been commented out. This is because the command is not necessary for the current build and may cause issues in the future.
master
lanvent pirms 1 gada
vecāks
revīzija
f1a00d58ca
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      docker/Dockerfile.latest

+ 1
- 1
docker/Dockerfile.latest Parādīt failu

@@ -6,7 +6,7 @@ ARG TZ='Asia/Shanghai'
ARG CHATGPT_ON_WECHAT_VER

RUN echo /etc/apt/sources.list
RUN sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list
# RUN sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list
ENV BUILD_PREFIX=/app

ADD . ${BUILD_PREFIX}


Notiek ielāde…
Atcelt
Saglabāt