hadolint: ignore DL3008

This commit is contained in:
Michael Grote 2022-07-23 10:54:56 +02:00
parent 1cdc163b77
commit 8c246bd342

View file

@ -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 \