rm pip cache

This commit is contained in:
WilliamPeterMatthew
2025-07-08 18:22:11 +08:00
parent 09c1817387
commit 8b8fdb75bf
+1 -1
View File
@@ -17,7 +17,7 @@ RUN echo "https://dl-cdn.alpinelinux.org/alpine/v3.21/community" >> /etc/apk/rep
/tmp/* \
/var/tmp/*
RUN pip install flask
RUN pip install --no-cache-dir flask
WORKDIR /app
COPY templates/ /app/templates/