added MQTT (libmosquitto1), rebuild buildenv only if needed, more verbose
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
FROM debian
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y git autoconf automake g++ make
|
||||
RUN apt-get install -y libmosquitto-dev
|
||||
|
||||
WORKDIR /build
|
||||
CMD ["/bin/bash"]
|
||||
CMD ["/bin/bash"]
|
||||
|
||||
Reference in New Issue
Block a user