Merge branch 'development' of https://github.com/morpheus65535/bazarr into development

This commit is contained in:
Louis Vézina 2018-06-14 12:48:21 -04:00
commit 3bca263ecb
2 changed files with 2 additions and 0 deletions

View file

@ -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 && \

View file

@ -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 && \