From 85872974c20eb23e1e79f36f542c6fbaec7d6938 Mon Sep 17 00:00:00 2001 From: Werner Beroux Date: Tue, 28 Jun 2016 15:16:54 +0000 Subject: [PATCH] Trying to fix Codenvy factory. --- .codenvy.dockerfile | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.codenvy.dockerfile b/.codenvy.dockerfile index 8160853..2f1eeb3 100644 --- a/.codenvy.dockerfile +++ b/.codenvy.dockerfile @@ -3,5 +3,5 @@ FROM codenvy/ubuntu_jdk8 # Install Ngrok ADD https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip /ngrok.zip RUN set -x \ - && sudo unzip -o ngrok.zip -d /bin \ + && sudo unzip -o /ngrok.zip -d /bin \ && sudo rm -f /ngrok.zip diff --git a/Dockerfile b/Dockerfile index 6652662..703fecc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER Werner Beroux # Install ngrok (latest official stable from https://ngrok.com/download). ADD https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip /ngrok.zip RUN set -x \ - && unzip -o ngrok.zip -d /bin \ + && unzip -o /ngrok.zip -d /bin \ && rm -f /ngrok.zip # Add config script.