mirror of
https://github.com/hassio-addons/addon-zerotier.git
synced 2025-05-05 03:31:32 +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 \
|
||||||
&& make install \
|
&& make install \
|
||||||
\
|
\
|
||||||
&& rm -f -r /tmp/* \
|
&& apk del --no-cache --purge .build-dependencies \
|
||||||
&& apk del --purge .build-dependencies
|
&& rm -f -r /tmp/*
|
||||||
|
|
||||||
# Copy root filesystem
|
# Copy root filesystem
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue