diff --git a/contrib/mkimage-alpine.sh b/contrib/mkimage-alpine.sh index 03180e435a..db41ddc09d 100755 --- a/contrib/mkimage-alpine.sh +++ b/contrib/mkimage-alpine.sh @@ -29,7 +29,7 @@ getapk() { } mkbase() { - $TMP/sbin/apk.static --repository $MAINREPO --update-cache --allow-untrusted \ + $TMP/sbin/apk.static --repository $MAINREPO --no-cache --allow-untrusted \ --root $ROOTFS --initdb add alpine-base }