Fix for the switch branch problem

pull/75/head
morpheus65535 7 years ago committed by GitHub
parent bd7bfa67cb
commit dc562709e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ VOLUME /tv
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
@ -15,4 +15,4 @@ VOLUME /bazarr/data
EXPOSE 6767
CMD ["python", "/bazarr/bazarr.py"]
CMD ["python", "/bazarr/bazarr.py"]

Loading…
Cancel
Save