Skip to content

Commit

Permalink
remove mqtt-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterjm authored and blakeblackshear committed May 4, 2021
1 parent ceb3329 commit 480970c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 480970c

Please sign in to comment.