etc and var customers
This commit is contained in:
13
etc/dpkg/dpkg.cfg
Normal file
13
etc/dpkg/dpkg.cfg
Normal file
@@ -0,0 +1,13 @@
|
||||
# dpkg configuration file
|
||||
#
|
||||
# This file can contain default options for dpkg. All command-line
|
||||
# options are allowed. Values can be specified by putting them after
|
||||
# the option, separated by whitespace and/or an `=' sign.
|
||||
#
|
||||
|
||||
# Do not enable debsig-verify by default; since the distribution is not using
|
||||
# embedded signatures, debsig-verify would reject all packages.
|
||||
no-debsig
|
||||
|
||||
# Log status changes and actions to a file.
|
||||
log /var/log/dpkg.log
|
||||
75
etc/dpkg/dpkg.cfg.d/docker
Normal file
75
etc/dpkg/dpkg.cfg.d/docker
Normal file
@@ -0,0 +1,75 @@
|
||||
# This is the "slim" variant of the Debian base image.
|
||||
# Many files which are normally unnecessary in containers are excluded,
|
||||
# and this configuration file keeps them that way.
|
||||
|
||||
# dpkg -S '/usr/share/doc/*'
|
||||
# adduser apt base-files base-passwd bash bsdutils coreutils dash debconf
|
||||
# debian-archive-keyring debianutils diffutils dpkg e2fsprogs fdisk findutils
|
||||
# gcc-8-base:amd64 gpgv grep gzip hostname init-system-helpers libacl1:amd64
|
||||
# libapt-pkg5.0:amd64 libattr1:amd64 libaudit-common libaudit1:amd64
|
||||
# libblkid1:amd64 libbz2-1.0:amd64 libc-bin libc6:amd64 libcap-ng0:amd64
|
||||
# libcom-err2:amd64 libdb5.3:amd64 libdebconfclient0:amd64 libext2fs2:amd64
|
||||
# libfdisk1:amd64 libffi6:amd64 libgcc1:amd64 libgcrypt20:amd64
|
||||
# libgmp10:amd64 libgnutls30:amd64 libgpg-error0:amd64 libhogweed4:amd64
|
||||
# libidn2-0:amd64 liblz4-1:amd64 liblzma5:amd64 libmount1:amd64
|
||||
# libncursesw6:amd64 libnettle6:amd64 libp11-kit0:amd64 libpam-modules-bin
|
||||
# libpam-modules:amd64 libpam-runtime libpam0g:amd64 libpcre3:amd64
|
||||
# libseccomp2:amd64 libselinux1:amd64 libsemanage-common libsemanage1:amd64
|
||||
# libsepol1:amd64 libsmartcols1:amd64 libss2:amd64 libstdc++6:amd64
|
||||
# libsystemd0:amd64 libtasn1-6:amd64 libtinfo6:amd64 libudev1:amd64
|
||||
# libunistring2:amd64 libuuid1:amd64 libzstd1:amd64 login mawk mount
|
||||
# ncurses-base ncurses-bin passwd perl-base sed sysvinit-utils tar tzdata
|
||||
# util-linux zlib1g:amd64
|
||||
path-exclude /usr/share/doc/*
|
||||
|
||||
# dpkg -S '/usr/share/doc/kde/HTML/*/*'
|
||||
# dpkg-query: no path found matching pattern /usr/share/doc/kde/HTML/*/*
|
||||
path-exclude /usr/share/doc/kde/HTML/*/*
|
||||
|
||||
# dpkg -S '/usr/share/gnome/help/*/*'
|
||||
# dpkg-query: no path found matching pattern /usr/share/gnome/help/*/*
|
||||
path-exclude /usr/share/gnome/help/*/*
|
||||
|
||||
# dpkg -S '/usr/share/info/*'
|
||||
# coreutils diffutils findutils grep gzip sed
|
||||
path-exclude /usr/share/info/*
|
||||
|
||||
# dpkg -S '/usr/share/linda/*'
|
||||
# dpkg-query: no path found matching pattern /usr/share/linda/*
|
||||
path-exclude /usr/share/linda/*
|
||||
|
||||
# dpkg -S '/usr/share/lintian/overrides/*'
|
||||
# apt base-files base-passwd bash bsdutils dash debconf dpkg e2fsprogs
|
||||
# init-system-helpers libc-bin libc6:amd64 libdb5.3:amd64 libgcc1:amd64
|
||||
# libidn2-0:amd64 libpam-modules-bin libpam-modules:amd64 libpam-runtime
|
||||
# libpam0g:amd64 login mount ncurses-base passwd perl-base util-linux
|
||||
path-exclude /usr/share/lintian/overrides/*
|
||||
|
||||
# dpkg -S '/usr/share/locale/*'
|
||||
# adduser apt bash coreutils diffutils dpkg findutils grep
|
||||
# libapt-pkg5.0:amd64 libgnutls30:amd64 libidn2-0:amd64 libpam-runtime login
|
||||
# sed tar
|
||||
path-exclude /usr/share/locale/*
|
||||
|
||||
# dpkg -S '/usr/share/man/*'
|
||||
# adduser apt base-passwd bash bsdutils coreutils dash debconf debianutils
|
||||
# diffutils diversion by dash from diversion by dash to dpkg e2fsprogs fdisk
|
||||
# findutils gpgv grep gzip hostname init-system-helpers libaudit-common
|
||||
# libc-bin libpam-modules-bin libpam-modules:amd64 libpam-runtime
|
||||
# libpcre3:amd64 libsemanage-common login mawk mount ncurses-bin passwd
|
||||
# perl-base sed sysvinit-utils tar util-linux
|
||||
path-exclude /usr/share/man/*
|
||||
|
||||
# dpkg -S '/usr/share/omf/*/*-*.emf'
|
||||
# dpkg-query: no path found matching pattern /usr/share/omf/*/*-*.emf
|
||||
path-exclude /usr/share/omf/*/*-*.emf
|
||||
|
||||
path-include /usr/share/doc/*/copyright
|
||||
path-include /usr/share/doc/kde/HTML/C/*
|
||||
path-include /usr/share/gnome/help/*/C/*
|
||||
path-include /usr/share/locale/all_languages
|
||||
path-include /usr/share/locale/currency/*
|
||||
path-include /usr/share/locale/l10n/*
|
||||
path-include /usr/share/locale/languages
|
||||
path-include /usr/share/locale/locale.alias
|
||||
path-include /usr/share/omf/*/*-C.emf
|
||||
6
etc/dpkg/dpkg.cfg.d/docker-apt-speedup
Normal file
6
etc/dpkg/dpkg.cfg.d/docker-apt-speedup
Normal file
@@ -0,0 +1,6 @@
|
||||
# For most Docker users, package installs happen during "docker build", which
|
||||
# doesn't survive power loss and gets restarted clean afterwards anyhow, so
|
||||
# this minor tweak gives us a nice speedup (much nicer on spinning disks,
|
||||
# obviously).
|
||||
|
||||
force-unsafe-io
|
||||
1
etc/dpkg/dpkg.cfg.d/pkg-config-hook-config
Normal file
1
etc/dpkg/dpkg.cfg.d/pkg-config-hook-config
Normal file
@@ -0,0 +1 @@
|
||||
post-invoke=if { test "$DPKG_HOOK_ACTION" = add-architecture || test "$DPKG_HOOK_ACTION" = remove-architecture; } && test -x /usr/share/pkg-config-dpkghook; then /usr/share/pkg-config-dpkghook update; fi
|
||||
3
etc/dpkg/origins/debian
Normal file
3
etc/dpkg/origins/debian
Normal file
@@ -0,0 +1,3 @@
|
||||
Vendor: Debian
|
||||
Vendor-URL: http://www.debian.org/
|
||||
Bugs: debbugs://bugs.debian.org
|
||||
1
etc/dpkg/origins/default
Symbolic link
1
etc/dpkg/origins/default
Symbolic link
@@ -0,0 +1 @@
|
||||
debian
|
||||
7
etc/dpkg/shlibs.default
Normal file
7
etc/dpkg/shlibs.default
Normal file
@@ -0,0 +1,7 @@
|
||||
# dpkg shlibs defaults file
|
||||
#
|
||||
# This file contains shlibs entries that are used as a last resort when
|
||||
# no matching entries are found elsewhere. For more information see the
|
||||
# dpkg-shlibdeps(1) manual page.
|
||||
#
|
||||
# <library name> <version/soname> <dependencies>
|
||||
8
etc/dpkg/shlibs.override
Normal file
8
etc/dpkg/shlibs.override
Normal file
@@ -0,0 +1,8 @@
|
||||
# dpkg shlibs override file
|
||||
#
|
||||
# Entries in this file will override all others, only use if you
|
||||
# are really sure that is what you want!
|
||||
#
|
||||
# For more information see the dpkg-shlibdeps(1) manual page.
|
||||
#
|
||||
# <library name> <version/soname> <dependencies>
|
||||
Reference in New Issue
Block a user