-y
switch for zypper install
DOK-W1010Without the -y
/--assume-yes
option it might be possible for the build to break without human intervention.
FROM opensuse/leap:15.2
RUN zypper install httpd=2.4.46 && zypper clean
FROM opensuse/leap:15.2
RUN zypper install -y httpd=2.4.46 && zypper clean