FROM alpine:3.7
LABEL maintainer="Cabillot Julien <dockerimages@cabillot.eu>"
RUN apk add --no-cache apache2-utils
USER "nobody"
ENTRYPOINT [ "htpasswd", "-n", "-b", "-B" ]