mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-22 05:51:10 +00:00
Removing docker old backup
This commit is contained in:
parent
1591529ff6
commit
10946b1c38
1 changed files with 0 additions and 15 deletions
|
@ -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"]
|
Loading…
Reference in a new issue