mirror of
https://github.com/WilliamPeterMatthew/sslocal-manager-alpine.git
synced 2026-02-27 09:53:28 +08:00
rm pip cache
This commit is contained in:
+1
-1
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user