added MQTT (libmosquitto1), rebuild buildenv only if needed, more verbose

This commit is contained in:
john30
2017-02-04 12:13:39 +01:00
parent 5fa8dfad23
commit d981fdfb20
5 changed files with 26 additions and 15 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
FROM debian
RUN apt-get update
RUN apt-get install -y curl
RUN apt-get install -y curl libmosquitto1
LABEL maintainer "ebusd@ebusd.eu"
@@ -11,7 +11,7 @@ RUN mkdir /etc/ebusd \
ENV EBUSD_VERSION 3.0pre
ENV EBUSD_ARCH amd64
COPY ebusd-${EBUSD_VERSION}_${EBUSD_ARCH}.deb ebusd.deb
COPY ebusd-${EBUSD_VERSION}_${EBUSD_ARCH}_mqtt1.deb ebusd.deb
RUN dpkg -i ebusd.deb
@@ -19,4 +19,4 @@ EXPOSE 8888
COPY docker-entrypoint.sh /
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["-f", "--scanconfig"]
CMD ["-f", "--scanconfig"]
Binary file not shown.
Binary file not shown.