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:08 UTC

[incubator-airflow-ci] 07/34: Fix pip issue

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 0d00eccc37b233f3d0fbad8ef9eed2cb94d8c7e1
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Tue May 1 12:34:32 2018 +1000

    Fix pip issue
---
 Dockerfile.base | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile.base b/Dockerfile.base
index 084c596..f6631f5 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -37,5 +37,5 @@ RUN apt-get update && apt-get install -y \
     python-selinux
 
 RUN pip install --upgrade pip && \
-    pip install tox \
-    codecov
+    hash -r pip && \
+    pip install tox codecov