Merge branch 'master' into development

This commit is contained in:
Louis Vézina 2018-05-31 13:12:43 -04:00
commit a54b3aa0a1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ VOLUME /movies
RUN apk add --update git py-pip jpeg-dev && \
apk add --update --virtual build-dependencies build-base python-dev libffi-dev zlib-dev && \
git clone -b master --single-branch https://github.com/morpheus65535/bazarr.git /bazarr && \
git clone https://github.com/morpheus65535/bazarr.git /bazarr && \
pip install -r /bazarr/requirements.txt && \
apk del --purge build-dependencies