
24 Oct
2019
24 Oct
'19
6:01 p.m.
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@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