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:
parent
bd7bfa67cb
commit
dc562709e6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue