htdbm
Apache HTTP Server (utility programs for web servers)
RUN apt-get update && \
apt-get install -y apache2-utils
RUN apt-get update && \
apt-get install -y apache2-utils
RUN apk add apache2-utils
RUN pacman -S --noconfirm apache
RUN apt-get update && \
apt-get install -y apache2-utils
RUN yum install -y httpd-tools
RUN dnf install -y httpd-tools
RUN apt-get update && \
apt-get install -y apache2-utils