remove echo static version number
This commit is contained in:
parent
cee804fed0
commit
8577af5114
|
@ -19,8 +19,6 @@ USER octoprint
|
||||||
#This fixes issues with the volume command setting wrong permissions
|
#This fixes issues with the volume command setting wrong permissions
|
||||||
RUN mkdir /home/octoprint/.octoprint
|
RUN mkdir /home/octoprint/.octoprint
|
||||||
|
|
||||||
RUN echo v1.3.10
|
|
||||||
|
|
||||||
#Install Octoprint
|
#Install Octoprint
|
||||||
RUN git clone --branch $tag https://github.com/foosel/OctoPrint.git /opt/octoprint \
|
RUN git clone --branch $tag https://github.com/foosel/OctoPrint.git /opt/octoprint \
|
||||||
&& virtualenv venv \
|
&& virtualenv venv \
|
||||||
|
|
Loading…
Reference in New Issue