From 6c63adc37ff0f755375cea2a518bb0adc11560f4 Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 25 Aug 2022 13:33:16 +0200 Subject: [PATCH] fix fulltextsearch build Signed-off-by: szaimen --- Containers/fulltextsearch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/fulltextsearch/Dockerfile b/Containers/fulltextsearch/Dockerfile index f2cea17c..b5798792 100644 --- a/Containers/fulltextsearch/Dockerfile +++ b/Containers/fulltextsearch/Dockerfile @@ -1,4 +1,4 @@ # Probably from here https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/Dockerfile FROM elasticsearch:7.17.6 -RUN elasticsearch /usr/share/elasticsearch/bin/elasticsearch-plugin install --batch ingest-attachment \ No newline at end of file +RUN elasticsearch-plugin install --batch ingest-attachment