From 669555289caf203533e13545c4448a9b8d9ad323 Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 3 May 2023 17:50:23 +0200 Subject: [PATCH] do not use ARG (1/2) Co-authored-by: Simon L. Signed-off-by: Zoey --- Containers/fulltextsearch/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Containers/fulltextsearch/Dockerfile b/Containers/fulltextsearch/Dockerfile index 034e686e..baef5272 100644 --- a/Containers/fulltextsearch/Dockerfile +++ b/Containers/fulltextsearch/Dockerfile @@ -1,7 +1,6 @@ # Probably from here https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/Dockerfile FROM elasticsearch:7.17.10 -ARG DEBIAN_FRONTEND=noninteractive RUN set -ex; \ \ apt-get update; \