Merge branch 'develop' of github.com:jaedb/Iris into develop
This commit is contained in:
@ -40,7 +40,7 @@ RUN mkdir -p /usr/local/share/keyrings \
|
|||||||
# installing using pip.
|
# installing using pip.
|
||||||
# Note using ADD helps prevent caching issues. When HEAD changes, our cache is invalidated, whee!
|
# Note using ADD helps prevent caching issues. When HEAD changes, our cache is invalidated, whee!
|
||||||
ADD https://api.github.com/repos/jaedb/Iris/git/refs/heads/master version.json
|
ADD https://api.github.com/repos/jaedb/Iris/git/refs/heads/master version.json
|
||||||
RUN git clone -b master https://github.com/jaedb/Iris.git /iris \
|
RUN git clone --depth 1 -b master https://github.com/jaedb/Iris.git /iris \
|
||||||
&& cd /iris \
|
&& cd /iris \
|
||||||
&& python3 setup.py develop \
|
&& python3 setup.py develop \
|
||||||
&& mkdir -p /var/lib/mopidy/.config \
|
&& mkdir -p /var/lib/mopidy/.config \
|
||||||
|
|||||||
Reference in New Issue
Block a user