Trying to fix Codenvy factory.

This commit is contained in:
Werner Beroux 2016-06-28 15:16:54 +00:00
parent cc04cdf426
commit 85872974c2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -5,7 +5,7 @@ MAINTAINER Werner Beroux <werner@beroux.com>
# 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.