Merge pull request #517 from hezhizhen/patch-1

fix: typo
pull/519/head
Kang Huaishuai 2023-01-08 20:04:47 +08:00 committed by GitHub
commit ce4428adfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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