From 1273db0153cfb90884152bf23c474b6960b52f7f Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 4 Feb 2017 15:06:08 +0100 Subject: [PATCH] removed unnecessary mkdir --- contrib/docker/runtime/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/docker/runtime/Dockerfile b/contrib/docker/runtime/Dockerfile index 37af7d88..7d49bdb7 100644 --- a/contrib/docker/runtime/Dockerfile +++ b/contrib/docker/runtime/Dockerfile @@ -15,8 +15,7 @@ COPY ebusd-${EBUSD_VERSION}_${EBUSD_ARCH}_mqtt1.deb ebusd.deb RUN dpkg -i ebusd.deb -RUN mkdir /etc/ebusd \ - && curl -SL https://github.com/john30/ebusd-configuration/archive/master.tar.gz \ +RUN curl -SL https://github.com/john30/ebusd-configuration/archive/master.tar.gz \ | tar xz --strip-components=3 -C /etc/ebusd ebusd-configuration-master/ebusd-2.1.x/de EXPOSE 8888