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:
|
1. Install packages to allow `apt` to use a repository over HTTPS:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt-get -y --no-install-recommends install \
|
$ sudo apt-get install -y --no-install-recommends \
|
||||||
curl \
|
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
software-properties-common
|
software-properties-common
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Add Docker's official GPG key:
|
2. Add Docker's official GPG key:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue