Skip to content

Commit 8587297

Browse files
committedJun 28, 2016
Trying to fix Codenvy factory.
1 parent cc04cdf commit 8587297

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.codenvy.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ FROM codenvy/ubuntu_jdk8
33
# Install Ngrok
44
ADD https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip /ngrok.zip
55
RUN set -x \
6-
&& sudo unzip -o ngrok.zip -d /bin \
6+
&& sudo unzip -o /ngrok.zip -d /bin \
77
&& sudo rm -f /ngrok.zip

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER Werner Beroux <werner@beroux.com>
55
# Install ngrok (latest official stable from https://ngrok.com/download).
66
ADD https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip /ngrok.zip
77
RUN set -x \
8-
&& unzip -o ngrok.zip -d /bin \
8+
&& unzip -o /ngrok.zip -d /bin \
99
&& rm -f /ngrok.zip
1010

1111
# Add config script.

0 commit comments

Comments
 (0)