From 40af3593506ea7a96fdb637f6187360cbac5c5f4 Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Mon, 8 Feb 2021 12:55:24 -0300 Subject: [PATCH] Update pip install requirements Signed-off-by: Ulysses Souza --- compose/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/install.md b/compose/install.md index 1aad60cd66..66de6db1e7 100644 --- a/compose/install.md +++ b/compose/install.md @@ -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: