mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-15 02:15:37 +08:00
Switching to Debian base
This commit is contained in:
parent
31a14eea7c
commit
2edd829849
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ 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
|
||||
|
|
Loading…
Reference in a new issue