mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-06 22:42:10 +00:00
Updated requirement and Dockerfile for updater
This commit is contained in:
parent
4d58392159
commit
cbb16fbcec
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ EXPOSE 6767
|
||||||
VOLUME /tv
|
VOLUME /tv
|
||||||
|
|
||||||
# Update
|
# 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
|
# Get application source from Github
|
||||||
RUN git clone -b master --single-branch https://github.com/morpheus65535/bazarr.git /bazarr
|
RUN git clone -b master --single-branch https://github.com/morpheus65535/bazarr.git /bazarr
|
||||||
|
|
|
@ -7,6 +7,7 @@ enzyme
|
||||||
Pillow
|
Pillow
|
||||||
py-pretty
|
py-pretty
|
||||||
pycountry
|
pycountry
|
||||||
|
pygit2==0.25.0
|
||||||
requests
|
requests
|
||||||
subliminal
|
subliminal
|
||||||
urllib3
|
urllib3
|
||||||
|
|
Loading…
Reference in a new issue