Explorar o código

remove mqtt-cli

Jason Hunter %!s(int64=4) %!d(string=hai) anos
pai
achega
480970c799
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      docker/Dockerfile.dev

+ 0 - 5
docker/Dockerfile.dev

@@ -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