From 3f5171e0ac8bd8943005b23507ac7ad4647e825b Mon Sep 17 00:00:00 2001 From: seanauff Date: Mon, 3 Feb 2020 21:28:48 -0500 Subject: [PATCH] add octoprint-mqtt plugin --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8cba9aa..5edf37f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,8 @@ https://github.com/1r0b1n0/OctoPrint-Tempsgraph/archive/master.zip \ https://github.com/dattas/OctoPrint-DetailedProgress/archive/master.zip \ https://github.com/mmone/OctoPrintKlipper/archive/master.zip \ https://github.com/jneilliii/OctoPrint-TabOrder/archive/master.zip \ -https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/archive/master.zip +https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/archive/master.zip \ +https://github.com/OctoPrint/OctoPrint-MQTT/archive/master.zip # Installing from sillyfrog until the PR is merged to master RUN /opt/octoprint/venv/bin/python -m pip install https://github.com/sillyfrog/OctoPrint-PrintHistory/archive/master.zip