mirror of https://github.com/docker/docs.git
Merge pull request #12334 from ulyssessouza/pip-deps-update
Update dependencies on install
This commit is contained in:
commit
2d47fdfa53
|
@ -120,7 +120,7 @@ in your terminal to download the binaries. These step-by-step instructions are
|
|||
also included below.
|
||||
|
||||
> For `alpine`, the following dependency packages are needed:
|
||||
> `py-pip`, `python-dev`, `libffi-dev`, `openssl-dev`, `gcc`, `libc-dev`, `rust`, `cargo` and `make`.
|
||||
> `py-pip`, `python3-dev`, `libffi-dev`, `openssl-dev`, `gcc`, `libc-dev`, `rust`, `cargo` and `make`.
|
||||
{: .important}
|
||||
|
||||
1. Run this command to download the current stable release of Docker Compose:
|
||||
|
@ -170,7 +170,7 @@ sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
|
|||
#### Install using pip
|
||||
|
||||
> For `alpine`, the following dependency packages are needed:
|
||||
> `py-pip`, `python-dev`, `libffi-dev`, `openssl-dev`, `gcc`, `libc-dev`, and `make`.
|
||||
> `py-pip`, `python3-dev`, `libffi-dev`, `openssl-dev`, `gcc`, `libc-dev`, `rust`, `cargo`, and `make`.
|
||||
{: .important}
|
||||
|
||||
Compose can be installed from
|
||||
|
|
Loading…
Reference in New Issue