From f3c0ee806f28f3c08c7737170f7ddffafcede36a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sch=C3=BCtze?= Date: Wed, 15 Jan 2025 00:15:37 +0100 Subject: [PATCH] Fix hadolint for the moment --- .hadolint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.hadolint.yaml b/.hadolint.yaml index 01f5368..f11ba6c 100644 --- a/.hadolint.yaml +++ b/.hadolint.yaml @@ -3,3 +3,4 @@ ignored: - DL3059 # info: Multiple consecutive `RUN` instructions. Consider consolidation. - SC2086 # info: Double quote to prevent globbing and word splitting. - SC2016 # info: Expressions don't expand in single quotes, use double quotes for that. +- DL4006 # warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check