[U-Boot] [PATCH 2/2] Dockerfile: Add python3-pip
Tom Rini
trini at konsulko.com
Thu Oct 24 16:01:57 UTC 2019
In order to be able to use pip within a virtualenv of python3 we need to
have python3-pip installed as well.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Dockerfile b/Dockerfile
index 6eb47b9b5016..43e739601741 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -67,6 +67,7 @@ RUN apt-get update && apt-get install -y \
python-dev \
python-pip \
python-virtualenv \
+ python3-pip \
python3-sphinx \
rpm2cpio \
sloccount \
--
2.17.1
More information about the U-Boot
mailing list