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