From 8577af5114de6483e2a5e3f28bd5dda6a4adb8cc Mon Sep 17 00:00:00 2001 From: seanauff Date: Sun, 3 Nov 2019 14:40:14 -0500 Subject: [PATCH] remove echo static version number --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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 \