mirror of https://github.com/morpheus65535/bazarr
Revert to alpine
This commit is contained in:
parent
2edd829849
commit
32988225c4
|
@ -1,11 +1,11 @@
|
||||||
FROM python:2
|
FROM lsiobase/alpine.python
|
||||||
|
|
||||||
EXPOSE 6767
|
EXPOSE 6767
|
||||||
|
|
||||||
VOLUME /tv
|
VOLUME /tv
|
||||||
|
|
||||||
# Update
|
# Update
|
||||||
RUN apt-get install build-base python-dev py2-pip py-setuptools jpeg-dev zlib-dev git libgit2-dev
|
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
|
||||||
|
|
Loading…
Reference in New Issue