From 8c246bd342872b54ccc2f155fd1fba9c04bb8495 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sat, 23 Jul 2022 10:54:56 +0200 Subject: [PATCH] hadolint: ignore DL3008 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index bb7cc79..00b7816 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM ubuntu:20.04 # install and configure munin +# hadolint ignore=DL3008 RUN apt-get update -qq \ && RUNLEVEL=1 \ DEBIAN_FRONTEND=noninteractive \