Files
Registry/Dockerfile

6 lines
165 B
Docker
Raw Permalink Normal View History

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/*