Skip to content

Commit

Permalink
add htpasswd
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jun 20, 2018
1 parent b42ccbf commit c40152b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions htpasswd/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM alpine:latest
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk add --no-cache \
apache2-utils

ENTRYPOINT [ "htpasswd" ]

0 comments on commit c40152b

Please sign in to comment.