When maintaining code and, successively, building old (10+ years) Dockerfile images,
problems may arise because the base image may be based off a Debian distribution,
which is no longer available. I.e. /etc/apt/sources.list
cointains references,
which no longer exist. For example, ruby:2.3
is based off Debian 9 (stretch), as can be seen.
# # cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"