Files
htpasswd/Dockerfile
T
cloudix_mcp_server 01d371772b
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 24s
Docker Build and Push / test (pull_request) Successful in 18s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 15s
Docker Build and Push / test (push) Successful in 9s
Docker Build and Push / push (push) Successful in 19s
fix: add hadolint ignore DL3018 for apk add
2026-06-08 19:02:28 -04:00

9 lines
183 B
Docker

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