Skip to content

Commit

Permalink
Merge branch 'rustdesk:master' into Test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbo8418 authored Nov 27, 2024
2 parents 3d4778e + 734fb8d commit dd2d338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ docker build -t "rustdesk-builder" . # 构建容器
```
在Dockerfile的RUN apt update之前插入两行:
RUN sed -i "s/deb.debian.org/mirrors.163.com/g" /etc/apt/sources.list
RUN sed -i "s/security.debian.org/mirrors.163.com/g" /etc/apt/sources.list
RUN sed -i "s|deb.debian.org|mirrors.aliyun.com|g" /etc/apt/sources.list && \
sed -i "s|security.debian.org|mirrors.aliyun.com|g" /etc/apt/sources.list
```
2. 修改容器系统中的 cargo 源,在`RUN ./rustup.sh -y`后插入下面代码:
Expand Down

0 comments on commit dd2d338

Please sign in to comment.