Trying to fix Codenvy factory.
This commit is contained in:
parent
cc04cdf426
commit
85872974c2
|
@ -3,5 +3,5 @@ FROM codenvy/ubuntu_jdk8
|
||||||
# Install Ngrok
|
# Install Ngrok
|
||||||
ADD https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip /ngrok.zip
|
ADD https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip /ngrok.zip
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& sudo unzip -o ngrok.zip -d /bin \
|
&& sudo unzip -o /ngrok.zip -d /bin \
|
||||||
&& sudo rm -f /ngrok.zip
|
&& sudo rm -f /ngrok.zip
|
||||||
|
|
|
@ -5,7 +5,7 @@ MAINTAINER Werner Beroux <werner@beroux.com>
|
||||||
# Install ngrok (latest official stable from https://ngrok.com/download).
|
# Install ngrok (latest official stable from https://ngrok.com/download).
|
||||||
ADD https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip /ngrok.zip
|
ADD https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip /ngrok.zip
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& unzip -o ngrok.zip -d /bin \
|
&& unzip -o /ngrok.zip -d /bin \
|
||||||
&& rm -f /ngrok.zip
|
&& rm -f /ngrok.zip
|
||||||
|
|
||||||
# Add config script.
|
# Add config script.
|
||||||
|
|
Loading…
Reference in New Issue