Update dependencies on install

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
Ulysses Souza 2021-02-15 12:40:55 -03:00
parent 8cee7762d1
commit ad4f02e066
1 changed files with 2 additions and 2 deletions

View File

@ -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