From 28ad6c9e9afc0cea8b16d16207b4b673e72be6c5 Mon Sep 17 00:00:00 2001 From: Werner Beroux Date: Tue, 3 Nov 2015 14:57:36 +0100 Subject: [PATCH] Comments and minor refactoring. --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 118a228..82bd486 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,12 @@ +# Note: The newer busybox:glibc is missing libpthread.so.0. FROM busybox:ubuntu-14.04 MAINTAINER Werner Beroux # Install ngrok ADD https://dl.ngrok.com/ngrok_2.0.19_linux_amd64.zip /ngrok.zip -RUN unzip -o ngrok.zip -d /bin && \ - rm -f ngrok.zip +RUN set -x \ + && unzip -o ngrok.zip -d /bin \ + && rm -f /ngrok.zip # Add config script COPY ngrok.yml /home/ngrok/.ngrok2/