Adding IRIS_VERSION to contain version for buildouts

This commit is contained in:
James Barnsley
2020-01-14 16:26:42 +13:00
parent 10cc04adae
commit d0048a4f8b
9 changed files with 26968 additions and 26643 deletions

View File

@ -29,7 +29,9 @@ RUN wget -q -O - https://apt.mopidy.com/mopidy.gpg \
&& rm -rf /var/lib/apt/lists/*
# Install additional Python dependencies
RUN python3.7 -m pip install --no-cache tox
RUN cd /iris \
&& python3.7 setup.py develop --no-cache \
&& python3.7 -m pip install --no-cache tox mopidy-spotify
# Add a VERSION file to the image
ADD VERSION /