From 6443db0f7c424cb7068d11d629d814e9481f5775 Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Fri, 20 Oct 2023 06:42:24 -0400 Subject: [PATCH] Add environment variable It tells `apt-get` that there is no frontend tty. --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index fc6a8fe..78c6d9a 100644 --- a/Containerfile +++ b/Containerfile @@ -46,7 +46,7 @@ LABEL maintainer="Foster Hangdaan " RUN set -ex && \ apt-get update && \ - apt-get --no-install-recommends --yes install ca-certificates && \ + DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends --yes install ca-certificates && \ apt-get clean && \ rm -rf /var/lib/apt COPY --from=downloader /monero/tmp/monerod /monero/tmp/monero-wallet* /usr/local/bin/