You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fo...@apache.org on 2018/08/19 18:25:10 UTC

[incubator-airflow-ci] 09/34: Pass --user flag to pip

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git

commit b6e63c4e746e82019dcfc4fd3a15f8314aebc4f0
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Tue May 1 12:42:33 2018 +1000

    Pass --user flag to pip
---
 Dockerfile.base | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile.base b/Dockerfile.base
index f6631f5..84a66a3 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -36,6 +36,6 @@ RUN apt-get update && apt-get install -y \
     openssh-client \
     python-selinux
 
-RUN pip install --upgrade pip && \
+RUN pip install --upgrade --user pip && \
     hash -r pip && \
     pip install tox codecov