APT Configuration - Linux
/etc/apt/apt.conf.d/docker-gzip-indexes
Quick Actions
๐ฅ Download Original docker-gzip-indexesConfiguration File Information
Authentic & Original
Unaltered docker-gzip-indexes from fresh installation.
Linux Distribution Support
๐ Currently viewing: Debian 10 (Buster)
โ Also compatible:
Debian 11 (Bullseye),
Debian 12 (Bookworm),
Debian 9 (Stretch)
โ Different versions:
Debian:
Configuration File Content
11 lines
# 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 that Apt keep them
# compressed on-disk too instead of decompressing them.
# 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";
Download Commands
docker-gzip-indexes โข
Download the 100% original unaltered configuration file pulled from APT
Using wget:
wget -O docker-gzip-indexes.example https://exampleconfig.com/api/v1/config/original/2b32d08be3b653925c80f5ded1175ab8?hint=docker-gzip-indexes
Using curl:
curl https://exampleconfig.com/api/v1/config/original/2b32d08be3b653925c80f5ded1175ab8?hint=docker-gzip-indexes > docker-gzip-indexes.example
Related Configuration Files
/etc/apt/apt.conf.d/docker-gzip-indexes
APT ยท Debian 9 (Stretch)
/etc/apt/apt.conf.d/docker-gzip-indexes
APT ยท Debian 9 (Stretch)
/etc/apt/apt.conf.d/docker-gzip-indexes
APT ยท Debian 9 (Stretch)
/etc/apt/apt.conf.d/docker-gzip-indexes
NGINX ยท Debian 10 (Buster)
/etc/apt/apt.conf.d/docker-gzip-indexes
NGINX ยท Debian 10 (Buster)
/etc/apt/apt.conf.d/docker-gzip-indexes
NGINX ยท Debian 10 (Buster)