Typo
This commit is contained in:
parent
b0d96789d1
commit
c64014da3e
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
FROM ubuntu:20.04
|
FROM ubuntu:20.04
|
||||||
|
|
||||||
# install and configure munin
|
# install and configure munin
|
||||||
ARG DEBIAN_FRONTEND=noninteractive# hadolint ignore=DL3008
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
# hadolint ignore=DL3008
|
||||||
RUN apt-get update -qq \
|
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 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 \
|
&& apt-get clean \
|
||||||
|
|
Reference in a new issue