mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-12 17:57:43 +08:00
Merge branch 'master' into development
This commit is contained in:
commit
a54b3aa0a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue