🔨 Add no-cache to build dependencies cleanup

This commit is contained in:
Franck Nijhof 2020-01-02 21:19:28 +01:00
parent dcfe866022
commit ab559611bf
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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 {} \; \