docker-cron icon indicating copy to clipboard operation
docker-cron copied to clipboard

Avoid caching problems

Open ooxi opened this issue 9 years ago • 0 comments

apt-get update and apt-get install have to be executed at once, otherwise the update will be cached separately from the install which might cause caching issues (trying to install a package not available any more because update information is too old).

See docker best practices.

ooxi avatar Jan 11 '17 20:01 ooxi