mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
remove mqtt-cli
This commit is contained in:

committed by
Blake Blackshear

parent
ceb3329f9e
commit
480970c799
@@ -21,8 +21,3 @@ RUN pip3 install pylint black
|
|||||||
# Install Node 14
|
# Install Node 14
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
|
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - \
|
||||||
&& apt-get install -y nodejs
|
&& 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
|
|
Reference in New Issue
Block a user