Update .codenvy.dockerfile

Trying to fix the Codenvy factory.
This commit is contained in:
Werner Beroux 2016-06-28 17:10:51 +02:00 committed by GitHub
parent 1a61d46207
commit fb59bf7423
1 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 \
&& unzip -o ngrok.zip -d /bin \
&& rm -f /ngrok.zip
&& sudo unzip -o ngrok.zip -d /bin \
&& sudo rm -f /ngrok.zip