Removing docker old backup

This commit is contained in:
morpheus65535 2018-01-15 23:30:08 -05:00
parent 1591529ff6
commit 10946b1c38
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
FROM lsiobase/alpine:3.6
VOLUME /tv
RUN apk add --update git python2 py-pip py-pygit2 jpeg-dev && \
apk add --update --virtual build-dependencies g++ python-dev libffi-dev zlib-dev && \
git clone -b master --single-branch https://github.com/morpheus65535/bazarr.git /app && \
pip install -r /app/requirements.txt && \
apk del --purge build-dependencies
VOLUME /app/data
EXPOSE 6767
CMD ["python", "/app/bazarr.py"]