From 9a83b736261c76e852f6e588e8fb4567793c2bbc Mon Sep 17 00:00:00 2001 From: seanauff Date: Tue, 15 Sep 2020 12:35:37 -0400 Subject: [PATCH] change octoklipper plugin to new maintainer --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2d39a8e..517e180 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ - FROM ubuntu:18.04 ARG DEBIAN_FRONTEND=noninteractive @@ -43,7 +42,7 @@ RUN /opt/octoprint/venv/bin/python -m pip install \ https://github.com/AlexVerrico/Octoprint-Display-ETA/archive/master.zip \ https://github.com/1r0b1n0/OctoPrint-Tempsgraph/archive/master.zip \ https://github.com/tpmullan/OctoPrint-DetailedProgress/archive/master.zip \ -https://github.com/mmone/OctoPrintKlipper/archive/master.zip \ +https://github.com/AliceGrey/OctoprintKlipperPlugin/archive/master.zip \ https://github.com/jneilliii/OctoPrint-TabOrder/archive/master.zip \ https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/archive/master.zip \ https://github.com/OctoPrint/OctoPrint-MQTT/archive/master.zip \