From 5fc379ab8c6bd04c68722a2407cc4d1fc6ddaa6f Mon Sep 17 00:00:00 2001 From: Ash Berlin-Taylor Date: Mon, 19 Apr 2021 22:44:18 +0100 Subject: [PATCH] Don't complaint about multiple RUN commands in Dockerfile (#406) * Add documentation for Apache Airflow 2.0.2 * Don't complaint about multiple RUN commands in Dockerfile --- .hadolint.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.hadolint.yaml b/.hadolint.yaml index 6b4e9c7c7c3..ee05c1d2df7 100644 --- a/.hadolint.yaml +++ b/.hadolint.yaml @@ -19,3 +19,5 @@ ignored: # DL3008 Pin versions in apt get install. Instead of `apt-get install ` use # `apt-get install =` - DL3008 + # Dockerfile:57 DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation. + - DL3059