mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
add htpasswd
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
b42ccbf4de
commit
c40152bee7
7
htpasswd/Dockerfile
Normal file
7
htpasswd/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
FROM alpine:latest
|
||||||
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||||
|
|
||||||
|
RUN apk add --no-cache \
|
||||||
|
apache2-utils
|
||||||
|
|
||||||
|
ENTRYPOINT [ "htpasswd" ]
|
Loading…
Reference in New Issue
Block a user