removed unnecessary mkdir
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user