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

[incubator-airflow-ci] 26/34: Install gcc and python-dev

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 9b0eadf1cc62c02437a5b48f7f168bc0c3c47136
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Mon May 21 07:58:24 2018 +1000

    Install gcc and python-dev
---
 Dockerfile.base | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile.base b/Dockerfile.base
index d1ea4de..2dd5670 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -43,6 +43,8 @@ RUN  mkdir ${HADOOP_HOME} && \
 RUN apt-get update && apt-get install --no-install-recommends -y \
       openjdk-8-jdk \
       wget curl \
+      gcc \
+      python-dev \
       python-pip \
       python3-pip \
       python-setuptools \