mirror of
https://github.com/hassio-addons/addon-base-python.git
synced 2025-05-06 20:31:22 +00:00
🔨 Don't use apk cache on cleanup
This commit is contained in:
parent
4019825553
commit
a156564488
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ RUN \
|
|||
\( -type f -a \( -name '*.pyc' -o -name '*.pyo' \) \) \
|
||||
\) -exec rm -rf '{}' + \
|
||||
\
|
||||
&& apk del --purge .build-dependencies \
|
||||
&& apk del --no-cache --purge .build-dependencies \
|
||||
&& rm -f -r \
|
||||
/usr/src \
|
||||
"$GNUPGHOME" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue