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

Merge pull request #29387 from vicamo/add-debian-security-updates-when-available

mkimage: add debian security updates source when available
This commit is contained in:
Kenfe-Mickaël Laventure 2016-12-14 09:54:50 -08:00 committed by GitHub
commit b6f870a278

View file

@ -193,7 +193,7 @@ if [ -z "$DONT_TOUCH_SOURCES_LIST" ]; then
case "$lsbDist" in case "$lsbDist" in
debian) debian)
# updates and security! # updates and security!
if [ "$suite" != 'sid' -a "$suite" != 'unstable' ]; then if curl -o /dev/null -s --head --fail "http://security.debian.org/dists/$suite/updates/main/binary-$(rootfs_chroot dpkg --print-architecture)/Packages.gz"; then
( (
set -x set -x
sed -i " sed -i "