diff --git a/Dockerfile b/Dockerfile index f6e5191..3dc9d78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,12 +16,7 @@ WORKDIR /code ADD requirements.txt /code/ ADD . /code/ -RUN apt-get update && apt-get install -y sox lame vim \ +RUN apt-get update && apt-get install -y sox lame vim ccze \ libboost-program-options-dev libsox-fmt-mp3 postgresql-client rsync openssh-client -RUN pip install -r requirements.txt - -RUN adduser --disabled-password --gecos '' djworker -RUN chown djworker /files -R -RUN chown djworker /srv/logs -R -RUN export PATH=$PATH:/mnt/bin/ +RUN pip install -r requirements.txt \ No newline at end of file