[+] docker-ce
This commit is contained in:
@@ -6,9 +6,7 @@ docker compose run debian bash
|
||||
docker compose run ubuntu bash
|
||||
```
|
||||
|
||||
|
||||
|
||||
#### 镜像源配置测试
|
||||
#### APT 镜像源配置测试
|
||||
```bash
|
||||
docker compose run debian ./init-apt.sh
|
||||
```
|
||||
@@ -31,3 +29,8 @@ RUN --mount=type=cache,target=/var/cache/apt \
|
||||
g++ \
|
||||
python3-dev
|
||||
```
|
||||
|
||||
#### Python 镜像源配置测试
|
||||
```bash
|
||||
pip config set global.index-url https://mirrors.martin98.com/repository/pypi-tsinghua/simple
|
||||
```
|
||||
Reference in New Issue
Block a user