Skip to content

Commit

Permalink
chore(Dockerfile.latest): comment out the sed command to replace apt …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
lanvent committed May 17, 2023
1 parent d1a5f17 commit f1a00d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f1a00d5

Please sign in to comment.