Docker: Ubuntu image hangs at tzdata question.
07 Jan 2024I had a problem using a Ubuntu image in Docker. Later, I was not able to reproduce the problem, but wanted to leave a note in case it comes up again. Relevant StackOverflow.
The solution is to place ARG DEBIAN_FRONTEND=noninteractive before any of the apt-get commands.