httpd
Apache HTTP Server
RUN apt-get update && \
apt-get install -y httpd
RUN apt-get update && \
apt-get install -y httpd
RUN pacman -S --noconfirm httpd
RUN apt-get update && \
apt-get install -y httpd
RUN yum install -y httpd
RUN dnf install -y httpd
RUN apt-get update && \
apt-get install -y httpd