1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-03-03 18:15:50 +00:00

Trying Debian base for Docker

This commit is contained in:
Louis Vézina 2017-11-14 08:53:40 -05:00
parent d993556541
commit c9e39ad9a2
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -7,7 +7,7 @@ enzyme
Pillow
py-pretty
pycountry
#pygit2
pygit2
requests
subliminal
urllib3