remove echo static version number

This commit is contained in:
seanauff 2019-11-03 14:40:14 -05:00 committed by GitHub
parent cee804fed0
commit 8577af5114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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 \