use stable version of MQTT

This commit is contained in:
Justin Hammond 2019-11-07 15:46:07 +08:00
parent d79f4a7523
commit f805d596dc

View file

@ -11,7 +11,7 @@ MAINTAINER Justin Hammond
WORKDIR /opt
RUN git clone https://github.com/qt/qtmqtt.git && cd qtmqtt && /opt/Qt/5.12.4/bin/qmake && make && make install
RUN git clone https://github.com/qt/qtmqtt.git && cd qtmqtt && git checkout 5.12 && /opt/Qt/5.12.4/bin/qmake && make && make install
RUN git clone https://github.com/OpenZWave/open-zwave.git && cd open-zwave && make -j4 && make install
RUN git clone https://github.com/OpenZWave/qt-openzwave.git && cd qt-openzwave && git checkout mqtt && /opt/Qt/5.12.4/bin/qmake && make -j4 && make install
#RUN ls -lah /usr/local/lib64/