fix: add hadolint ignore DL3018,DL3013 for apk add and pip install
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / lint (push) Successful in 5s
Docker Build and Push / build (pull_request) Successful in 1m22s
Docker Build and Push / build (push) Successful in 24s
Docker Build and Push / test (pull_request) Failing after 16s
Docker Build and Push / test (push) Failing after 15s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Has been skipped

This commit is contained in:
2026-06-08 19:02:32 -04:00
parent 3763cda9d5
commit 72b4a06d32
+1
View File
@@ -3,6 +3,7 @@ LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
ARG CLI_VERSION=1.16.148 ARG CLI_VERSION=1.16.148
# hadolint ignore=DL3018,DL3013
RUN apk --no-cache upgrade && \ RUN apk --no-cache upgrade && \
apk --no-cache add --virtual build-dependencies \ apk --no-cache add --virtual build-dependencies \
groff \ groff \