1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #37393 from mykeul/master

Added "--no-cache" to apk call to reduce alpine base image by 10-12% …
This commit is contained in:
Vincent Demeester 2018-07-05 15:06:21 +02:00 committed by GitHub
commit 06dee4cc27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}