FROM registry:2 # Install Apache utilities for htpasswd management RUN apt-get update && apt-get install -y \ apache2-utils \ && rm -rf /var/lib/apt/lists/*