1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 01:27:07 +00:00

Fix for the switch branch problem

This commit is contained in:
morpheus65535 2018-05-31 13:10:38 -04:00 committed by GitHub
parent bd7bfa67cb
commit dc562709e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ VOLUME /tv
RUN apk add --update git py-pip jpeg-dev && \ RUN apk add --update git py-pip jpeg-dev && \
apk add --update --virtual build-dependencies build-base python-dev libffi-dev zlib-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 && \ pip install -r /bazarr/requirements.txt && \
apk del --purge build-dependencies apk del --purge build-dependencies