2018-01-19 17:25:01 +01:00
|
|
|
# This file was created by bootstrap-vz.
|
|
|
|
# See https://github.com/andsens/bootstrap-vz/blob/master/LICENSE for
|
|
|
|
# legal notices and disclaimers.
|
|
|
|
|
2015-12-09 17:56:50 +01:00
|
|
|
# Since Docker users using "RUN apt-get update && apt-get install -y ..." in
|
|
|
|
# their Dockerfiles don't go delete the lists files afterwards, we want them to
|
|
|
|
# be as small as possible on-disk, so we explicitly request "gz" versions and
|
|
|
|
# tell Apt to keep them gzipped on-disk.
|
|
|
|
# For comparison, an "apt-get update" layer without this on a pristine
|
|
|
|
# "debian:wheezy" base image was "29.88 MB", where with this it was only
|
|
|
|
# "8.273 MB".
|
|
|
|
Acquire::GzipIndexes "true";
|
|
|
|
Acquire::CompressionTypes::Order:: "gz";
|