Compare commits

...

2 Commits

Author SHA1 Message Date
Kang Huaishuai ce4428adfb
Merge pull request #517 from hezhizhen/patch-1
fix: typo
2023-01-08 20:04:47 +08:00
Zhizhen He 6443ddc07c
fix: typo 2023-01-07 23:45:41 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -167,9 +167,9 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
```
`s3cmd` `1.1.*`使 `apt-get udpate`
`s3cmd` `1.1.*`使 `apt-get update`
apt `var/lib/apt/lists` `RUN` `apt-get udpate` `apt-get install`
apt `var/lib/apt/lists` `RUN` `apt-get update` `apt-get install`
> Debian Ubuntu apt-get clean apt-get clean