From 623ce23264dabb1e234cbba8b355e8a1621dc937 Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 6 Jun 2023 16:41:26 +0200 Subject: [PATCH] try to fix fts build Signed-off-by: Simon L --- Containers/fulltextsearch/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containers/fulltextsearch/Dockerfile b/Containers/fulltextsearch/Dockerfile index 1a0bdc88..0130c3b4 100644 --- a/Containers/fulltextsearch/Dockerfile +++ b/Containers/fulltextsearch/Dockerfile @@ -1,6 +1,8 @@ # Probably from here https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/Dockerfile FROM elasticsearch:8.7.1 +USER root + RUN set -ex; \ \ export DEBIAN_FRONTEND=noninteractive; \