dockerfiles/htpasswd/Dockerfile

8 lines
139 B
Docker
Raw Normal View History

FROM alpine:latest
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \
apache2-utils
ENTRYPOINT [ "htpasswd" ]