diff --git a/Dockerfile b/Dockerfile index b618177c..51652036 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ ENV HOSTNAME misskaty # Copy Files COPY . . # Instal pip package -RUN pip3 install -r requirements.txt --break-system-packages +RUN pip3 install --no-cache-dir -r requirements.txt --break-system-packages # Set CMD Bot CMD ["bash", "start.sh"]