mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 19:11:26 +00:00
🔨 Add no-cache to build dependencies cleanup
This commit is contained in:
parent
dcfe866022
commit
ab559611bf
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ RUN \
|
|||
&& git clone --branch v1.6.3 --depth=1 \
|
||||
https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \
|
||||
\
|
||||
&& apk del --purge .build-dependencies \
|
||||
&& apk del --no-cache --purge .build-dependencies \
|
||||
\
|
||||
&& rm -f -r /var/www/tasmoadmin/.git \
|
||||
&& find /var/www/tasmoadmin -type f -name ".htaccess" -depth -exec rm -f {} \; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue