From c9e39ad9a2d7c0748909bef1e71b328c1dbde189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Tue, 14 Nov 2017 08:53:40 -0500 Subject: [PATCH] Trying Debian base for Docker --- Dockerfile | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 221fe2fc9..98b103940 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM lsiobase/alpine.python +FROM debian EXPOSE 6767 VOLUME /tv # Update -RUN apk add --update build-base python-dev py2-pip py-setuptools jpeg-dev zlib-dev git libgit2-dev +RUN apt-get install build-base python-dev py2-pip py-setuptools jpeg-dev zlib-dev git libgit2-dev # Get application source from Github RUN git clone -b master --single-branch https://github.com/morpheus65535/bazarr.git /bazarr diff --git a/requirements.txt b/requirements.txt index 555ce3e28..4147c9e29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ enzyme Pillow py-pretty pycountry -#pygit2 +pygit2 requests subliminal urllib3