From a1b59c28ec2fe7f8dd6dfa57558dbd6d131aaaf7 Mon Sep 17 00:00:00 2001 From: sturman <4456572+sturman@users.noreply.github.com> Date: Sat, 24 Feb 2024 20:38:41 +0200 Subject: [PATCH] Set `DEBIAN_FRONTEND` environment variable --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c6d46fc..e1d2645 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ LABEL maintainer="thespad" # environment settings ARG UNIFI_BRANCH="stable" -ARG DEBIAN_FRONTEND="noninteractive" +ENV DEBIAN_FRONTEND="noninteractive" ARG ENVSUBST_VERSION=v1.4.2 RUN \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 2c5e235..a26073f 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -11,7 +11,7 @@ LABEL maintainer="thespad" # environment settings ARG UNIFI_BRANCH="stable" -ARG DEBIAN_FRONTEND="noninteractive" +ENV DEBIAN_FRONTEND="noninteractive" ARG ENVSUBST_VERSION=v1.4.2 RUN \