mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 20:38:58 +00:00
During 'docker build', temporarily disable dpkg fsync to make it faster
This commit is contained in:
@@ -6,5 +6,7 @@ set -x
|
||||
apt-get clean
|
||||
rm -rf /build
|
||||
rm -rf /tmp/* /var/tmp/*
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
rm -f /etc/dpkg/dpkg.cfg.d/02apt-speedup
|
||||
|
||||
rm -f /etc/ssh/ssh_host_*
|
||||
|
||||
Reference in New Issue
Block a user