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

[incubator-airflow-ci] 27/34: Install g++

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 5500e8c0296bebba71d80d01d7f8f2be27041bef
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Mon May 21 08:11:21 2018 +1000

    Install g++
---
 Dockerfile.base | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile.base b/Dockerfile.base
index 2dd5670..fca6890 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 \
       gcc \
+      g++ \
       python-dev \
       python-pip \
       python3-pip \