mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
remove mqtt-cli
This commit is contained in:
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
|
|
Loading…
Reference in New Issue
Block a user