diff --git a/Dockerfile b/Dockerfile index 87ace51..fc0af1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,8 +19,6 @@ USER octoprint #This fixes issues with the volume command setting wrong permissions RUN mkdir /home/octoprint/.octoprint -RUN echo v1.3.10 - #Install Octoprint RUN git clone --branch $tag https://github.com/foosel/OctoPrint.git /opt/octoprint \ && virtualenv venv \