docker: pip: --no-cache-dir
This commit is contained in:
parent
27b2aae970
commit
0649198666
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ./
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue