mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-11 09:45:47 +08:00
Getting bsddb module back
This commit is contained in:
parent
6f18c5888b
commit
8014683b21
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ 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 && \
|
||||
RUN apk add --no-cache git python2 python-dev py-pip py-pygit2 jpeg-dev && \
|
||||
apk add --no-cache --virtual build-dependencies g++ 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
|
||||
|
|
Loading…
Reference in a new issue