From c64014da3e83416863d100068933b520493f1b6c Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 26 Jul 2022 15:38:43 +0200 Subject: [PATCH] Typo --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52cfff6..47afe0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ FROM ubuntu:20.04 # install and configure munin -ARG DEBIAN_FRONTEND=noninteractive# hadolint ignore=DL3008 +ARG DEBIAN_FRONTEND=noninteractive +# hadolint ignore=DL3008 RUN apt-get update -qq \ && apt-get install -y -qq cron munin nginx apache2 wget libapache2-mod-fcgid libcgi-fast-perl ssmtp mailutils curl tzdata autoconf --no-install-recommends \ && apt-get clean \