using ARG DEBIAN_FRONTEND=noninteractive

This commit is contained in:
Jason Kulatunga
2022-06-02 10:40:28 -07:00
parent 02e3947906
commit 19a9957755
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -33,6 +33,7 @@ WORKDIR /opt/scrutiny
ENV PATH="/opt/scrutiny/bin:${PATH}"
ENV INFLUXD_CONFIG_PATH=/opt/scrutiny/influxdb
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y cron smartmontools ca-certificates curl tzdata \
&& update-ca-certificates \
&& case ${TARGETARCH} in \