From 73286c558ca9e4874e04be3a7404dada8405e15b Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 3 May 2023 17:50:33 +0200 Subject: [PATCH] do not use ARG (2/2) Co-authored-by: Simon L. Signed-off-by: Zoey --- Containers/fulltextsearch/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containers/fulltextsearch/Dockerfile b/Containers/fulltextsearch/Dockerfile index baef5272..01c0ff29 100644 --- a/Containers/fulltextsearch/Dockerfile +++ b/Containers/fulltextsearch/Dockerfile @@ -3,6 +3,7 @@ FROM elasticsearch:7.17.10 RUN set -ex; \ \ + export DEBIAN_FRONTEND=noninteractive; \ apt-get update; \ apt-get install -y --no-install-recommends \ tzdata \