diff --git a/Dockerfile b/Dockerfile index 7d26c77..8063e6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,6 @@ RUN git clone --branch $tag https://github.com/foosel/OctoPrint.git /opt/octopri && ./venv/bin/pip install . 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/AliceGrey/OctoprintKlipperPlugin/archive/master.zip \ @@ -52,12 +51,12 @@ https://github.com/jneilliii/OctoPrint-Python3PluginCompatibilityCheck/archive/m https://github.com/OllisGit/OctoPrint-PrintJobHistory/releases/latest/download/master.zip \ https://github.com/marian42/octoprint-preheat/archive/master.zip \ https://github.com/OllisGit/OctoPrint-FilamentManager/releases/latest/download/master.zip \ -https://github.com/OllisGit/OctoPrint-DisplayLayerProgress/releases/latest/download/master.zip \ -https://github.com/jneilliii/OctoPrint-ConsolidateTempControl/archive/master.zip \ https://github.com/TheSpaghettiDetective/OctoPrint-TheSpaghettiDetective/archive/master.zip \ https://github.com/jneilliii/OctoPrint-PrusaSlicerThumbnails/archive/master.zip \ https://gitlab.com/mosaic-mfg/canvas-plugin/-/archive/master/canvas-plugin-master.zip \ -https://github.com/costas-basdekis/MarlinGcodeDocumentation/archive/master.zip +https://github.com/costas-basdekis/MarlinGcodeDocumentation/archive/master.zip \ +https://github.com/eyal0/OctoPrint-PrintTimeGenius/archive/master.zip \ + VOLUME /home/octoprint/.octoprint