A package wants to know your timezone but you can not enter anything. I fixed it by setting ` ENV DEBIAN_FRONTEND noninteractive ` in the `Dockerfile`.
A package wants to know your timezone but you can not enter anything.
I fixed it by setting
ENV DEBIAN_FRONTEND noninteractivein the
Dockerfile.