Merging url-based imports

This commit is contained in:
James Barnsley
2020-04-13 14:17:33 +12:00
15 changed files with 419 additions and 31 deletions

View File

@ -34,7 +34,6 @@ RUN wget -q -O - https://apt.mopidy.com/mopidy.gpg \
# This allows a binding at "/iris" to map to your local folder for development, rather than
# installing using pip.
RUN git clone https://github.com/jaedb/Iris.git /iris \
&& cd /iris \
&& python3.7 setup.py develop \
&& mkdir -p /var/lib/mopidy/.config \
&& ln -s /config /var/lib/mopidy/.config/mopidy \