How to fill user input for interactive command for “RUN” command? November 28, 2023 by Tarik Did you try to disable it? FROM ubuntu:19.04 ENV DEBIAN_FRONTEND noninteractive RUN apt update && apt install -y tcl