mirror of https://github.com/docker/docs.git
Fix Markdown; no need to install curl twice
This commit is contained in:
parent
a3dd8ff96e
commit
5ad417ad37
|
@ -64,13 +64,12 @@ Docker from the repository.
|
|||
1. Install packages to allow `apt` to use a repository over HTTPS:
|
||||
|
||||
```bash
|
||||
$ sudo apt-get -y --no-install-recommends install \
|
||||
curl \
|
||||
$ sudo apt-get install -y --no-install-recommends \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
curl \
|
||||
software-properties-common
|
||||
```
|
||||
```
|
||||
|
||||
2. Add Docker's official GPG key:
|
||||
|
||||
|
|
Loading…
Reference in New Issue