removed unnecessary mkdir

This commit is contained in:
john30
2017-02-04 15:06:08 +01:00
parent a370b0815b
commit 1273db0153
+1 -2
View File
@@ -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