Table of Contents
TODO Installing python package without answering questions
Problem description (and solution)
https://askubuntu.com/questions/1274445/how-to-install-python-opencv-without-answering-the-quesitons
Solution
Add ARG DEBIAN_FRONTEND=noninteractive
in Dockerfile
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get install --yes python3-matplotlib