How to fill user input for interactive command for “RUN” command?

Did you try to disable it?

FROM ubuntu:19.04

ENV DEBIAN_FRONTEND noninteractive

RUN apt update && apt install -y tcl

Leave a Comment