fix: add hadolint ignore for apt pinning and brace expansion
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (pull_request) Successful in 1m27s
Docker Build and Push / test (pull_request) Successful in 34s
Docker Build and Push / push (pull_request) Has been skipped

This commit is contained in:
2026-06-08 19:17:30 +00:00
parent ff0286e02d
commit 106da2aef4
+1
View File
@@ -5,6 +5,7 @@ LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
# Nécessaire pour le git clone plus loin
WORKDIR "/var/www"
# hadolint ignore=DL3008,DL3015,SC3009
RUN export DEBIAN_FRONTEND="noninteractive" && \
export BUILD_PACKAGES="libpng-dev git" && \
apt-get -qq update && \