apache2ctl
Administrate the Apache HTTP web server. This command comes with Debian based OSes, for RHEL based ones see httpd. More information: <https://manpages.debian.org/latest/apache2/apache2ctl.8.en.html>.
RUN apt-get update && \
apt-get install -y apache2
RUN apt-get update && \
apt-get install -y apache2
RUN apk add apache2
RUN apt-get update && \
apt-get install -y apache2
RUN apt-get update && \
apt-get install -y apache2