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