mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-05 03:21:34 +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 \
|
&& git clone --branch v1.6.3 --depth=1 \
|
||||||
https://github.com/reloxx13/TasmoAdmin.git /var/www/tasmoadmin \
|
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 \
|
&& rm -f -r /var/www/tasmoadmin/.git \
|
||||||
&& find /var/www/tasmoadmin -type f -name ".htaccess" -depth -exec rm -f {} \; \
|
&& find /var/www/tasmoadmin -type f -name ".htaccess" -depth -exec rm -f {} \; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue