diff options
author | Louis Vézina <[email protected]> | 2017-10-19 17:20:45 -0400 |
---|---|---|
committer | Louis Vézina <[email protected]> | 2017-10-19 17:20:45 -0400 |
commit | dcaa2ce0c80f1b2c511d07e8997b392b2fa86cdf (patch) | |
tree | f3f689d7291b39c4aabc49f9760cc112b8158c24 | |
parent | 89ac5e688f5fb7cc2a8c7d77160330de5a14099e (diff) | |
download | bazarr-dcaa2ce0c80f1b2c511d07e8997b392b2fa86cdf.tar.gz bazarr-dcaa2ce0c80f1b2c511d07e8997b392b2fa86cdf.zip |
Test
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile index 43f3b6b99..12bcc8e3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 |