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

[incubator-airflow-ci] 17/34: Syntax fix

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 0b9c308c9fc45d7915a65c760c5e72cdfad3c538
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Sat May 19 10:00:52 2018 +1000

    Syntax fix
---
 Dockerfile.base | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile.base b/Dockerfile.base
index 95a2281..58d38d1 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -75,7 +75,7 @@ RUN cd /tmp && \
 # Install MiniCluster
 RUN cd /tmp && \
     wget -q https://github.com/bolkedebruin/minicluster/releases/download/1.1/minicluster-1.1-SNAPSHOT-bin.zip && \
-    unzip minicluster-1.1-SNAPSHOT-bin.zip -d /tmp
+    unzip minicluster-1.1-SNAPSHOT-bin.zip -d /tmp && \
     rm minicluster-1.1-SNAPSHOT-bin.zip
 
 RUN pip install --upgrade pip && \