diff --git a/Dockerfile b/Dockerfile index 1419cc3..1d3557d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,5 +4,5 @@ COPY . /app RUN apt-get -qq update && apt-get -qq install -y git wget ffmpeg mediainfo \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* -RUN pip install -r requirements.txt +RUN pip install --no-cache-dir -r requirements.txt CMD ["python", "main.py"]