htpasswd
Create and manage htpasswd files to protect web server directories using basic authentication. More information: <https://httpd.apache.org/docs/current/programs/htpasswd.html>.
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