mirror of https://github.com/docker/docs.git
Update dependencies on install
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
8cee7762d1
commit
ad4f02e066
|
@ -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