add htpasswd

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-06-20 16:31:18 -04:00
parent b42ccbf4de
commit c40152bee7
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

7
htpasswd/Dockerfile Normal file
View file

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