remove mqtt-cli

This commit is contained in:
Jason Hunter 2021-05-04 18:15:21 -04:00 committed by Blake Blackshear
parent ceb3329f9e
commit 480970c799

View File

@ -21,8 +21,3 @@ RUN pip3 install pylint black
# Install Node 14
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
&& apt-get install -y nodejs
# Install MQTT CLI
RUN wget -q https://github.com/hivemq/mqtt-cli/releases/download/v4.6.0/mqtt-cli-4.6.0.deb \
&& apt-get install -y ./mqtt-cli-4.6.0.deb \
&& rm mqtt-cli-4.6.0.deb