From cbb16fbcece7ef49c117aa5df5d4c04380b7f478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Sat, 11 Nov 2017 01:19:37 -0500 Subject: [PATCH] Updated requirement and Dockerfile for updater --- Dockerfile | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e285f042e..221fe2fc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ EXPOSE 6767 VOLUME /tv # Update -RUN apk add --update build-base python-dev py2-pip py-setuptools jpeg-dev zlib-dev git +RUN apk add --update 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 ac2749d18..9a86fda4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,7 @@ enzyme Pillow py-pretty pycountry +pygit2==0.25.0 requests subliminal urllib3