Update and fix format

This commit is contained in:
Baohua Yang
2026-03-02 21:54:37 -08:00
parent a9c4189c0c
commit 0dd0d036a2
4 changed files with 6 additions and 11 deletions

View File

@@ -123,7 +123,6 @@ RUN apt-get install -y build-essential # 安装编译工具(约 200MB
RUN make && make install # 编译应用
RUN apt-get remove build-essential # 试图删除编译工具
## 结果:镜像仍然包含 200MB 的编译工具!
```
```docker