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

[incubator-airflow-ci] 12/34: Add unzip

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 f6c17fcfa73becbfa1754d33aed8bcd0df8353d6
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Wed May 2 16:16:28 2018 +1000

    Add unzip
---
 Dockerfile.base | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile.base b/Dockerfile.base
index e0c0492..8c1c5d2 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y \
     python-pip \
     python3-pip \
     git \
+    unzip \
     ldap-utils \
     mysql-client-core-5.7 \
     mysql-client-5.7 \