mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-07 12:39:10 +01:00
8 lines
139 B
Docker
8 lines
139 B
Docker
FROM alpine:latest
|
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
|
|
|
RUN apk add --no-cache \
|
|
apache2-utils
|
|
|
|
ENTRYPOINT [ "htpasswd" ]
|