Update 'Dockerfile'
This commit is contained in:
parent
3f034d6e3a
commit
b6fa2cf98a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue