mirror of https://github.com/morpheus65535/bazarr
Merge branch 'development' of https://github.com/morpheus65535/bazarr into development
This commit is contained in:
commit
3bca263ecb
|
@ -6,6 +6,7 @@ ENV PYTHONIOENCODING="UTF-8"
|
|||
ADD qemu-aarch64-static /usr/bin
|
||||
|
||||
VOLUME /tv
|
||||
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 && \
|
||||
|
|
|
@ -6,6 +6,7 @@ ENV PYTHONIOENCODING="UTF-8"
|
|||
ADD qemu-arm-static /usr/bin
|
||||
|
||||
VOLUME /tv
|
||||
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 && \
|
||||
|
|
Loading…
Reference in New Issue