7 lines
259 B
Plaintext
7 lines
259 B
Plaintext
# 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
|