Files
htpasswd/Dockerfile
T
opencodecabilloteu 355049bb3a
PR Checks / hadolint (pull_request) Successful in 14s
PR Checks / build-test (pull_request) Successful in 28s
fix: ignore hadolint DL3066 for non-numeric USER
2026-08-02 16:39:21 +00:00

9 lines
207 B
Docker

FROM alpine:3.24
LABEL maintainer="Cabillot Julien <dockerimages@cabillot.eu>"
# hadolint ignore=DL3018
RUN apk add --no-cache apache2-utils
# hadolint ignore=DL3066
USER "nobody"
ENTRYPOINT [ "htpasswd" ]