mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-10 17:13:35 +08:00
Test
This commit is contained in:
parent
89ac5e688f
commit
dcaa2ce0c8
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ RUN apk add --update build-base python-dev py2-pip py-setuptools jpeg-dev zlib-d
|
|||
# Get application source from Github
|
||||
RUN git clone -b master --single-branch https://github.com/morpheus65535/bazarr.git /bazarr
|
||||
|
||||
RUN ls /
|
||||
RUN ls /bazarr
|
||||
|
||||
# Install app dependencies
|
||||
RUN pip install -r /bazarr/requirements.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue