fix: add hadolint ignore DL3018 for apk add
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

This commit is contained in:
2026-06-08 19:02:28 -04:00
parent a5f782481a
commit 01d371772b
+2 -1
View File
@@ -1,8 +1,9 @@
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" ]
ENTRYPOINT [ "htpasswd" ]