Dockerfile.base: Minor tweaks
Make sure DEBIAN_FRONTEND=noninteractive
is set for apt-get upgrade
and apt-get install
, not apt-get update
.
Run apt-get update
before installing devel tools. This makes the
Dockerfile more robust in the case of a partial rebuild (where APT
info may have changed since the last build).