diff --git a/Dockerfile b/Dockerfile index 38e6e29c..c18d7379 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ RUN apt-get install ffmpeg -y WORKDIR . COPY . . -RUN pip3 install -r requirements.txt +RUN pip3 install --no-cache-dir -r requirements.txt CMD ["python3", "bot.py"]