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

[incubator-airflow-ci] 28/34: Add python3 development headers

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 509764cab14977d8c15aae2ff6996061b2ce895b
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Mon May 21 20:58:23 2018 +1000

    Add python3 development headers
---
 Dockerfile.base | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile.base b/Dockerfile.base
index fca6890..e930823 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -46,6 +46,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
       gcc \
       g++ \
       python-dev \
+      python3-dev \
       python-pip \
       python3-pip \
       python-setuptools \