mirror of https://github.com/docker/docs.git
Merge pull request #12279 from ulyssessouza/pip-deps-update
Update pip install requirements
This commit is contained in:
commit
81b79b53bb
|
@ -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`, and `make`.
|
||||
> `py-pip`, `python-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:
|
||||
|
|
Loading…
Reference in New Issue