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 <gerardo.cur...@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 \

Reply via email to