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

[incubator-airflow-ci] 25/34: Python 3

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 4cfb3269254493e9f195471deed72f6347bca1ce
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Sun May 20 12:09:30 2018 +1000

    Python 3
---
 Dockerfile.base | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile.base b/Dockerfile.base
index 94ce950..d1ea4de 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -44,6 +44,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
       openjdk-8-jdk \
       wget curl \
       python-pip \
+      python3-pip \
       python-setuptools \
       python-pkg-resources \
       git \