mirror of
https://github.com/hassio-addons/addon-zerotier.git
synced 2025-05-04 19:21:25 +00:00
👕 Add missing no-cache directive to package cleanup
This commit is contained in:
parent
a633e48f51
commit
7fb764e9e4
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ RUN \
|
|||
&& make \
|
||||
&& make install \
|
||||
\
|
||||
&& rm -f -r /tmp/* \
|
||||
&& apk del --purge .build-dependencies
|
||||
&& apk del --no-cache --purge .build-dependencies \
|
||||
&& rm -f -r /tmp/*
|
||||
|
||||
# Copy root filesystem
|
||||
COPY rootfs /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue