docker: pip: --no-cache-dir

This commit is contained in:
Ralf Vogler 2025-07-22 23:42:02 +02:00
parent 27b2aae970
commit 0649198666

View file

@ -57,7 +57,7 @@ RUN apt-get update \
/tmp/* \ /tmp/* \
/usr/share/doc/* \ /usr/share/doc/* \
&& ln -s /usr/share/novnc/vnc_auto.html /usr/share/novnc/index.html \ && ln -s /usr/share/novnc/vnc_auto.html /usr/share/novnc/index.html \
&& pip install apprise --break-system-packages && pip install apprise --break-system-packages --no-cache-dir
WORKDIR /fgc WORKDIR /fgc
COPY package*.json ./ COPY package*.json ./