Skip to content

Commit d133e28

Browse files
authored
Merge pull request #5495 from rriemann/elastic-no-ingest-plugin
elastic container: ingest-attachment is now module and not a plugin
2 parents ccf21e0 + cf8ba93 commit d133e28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Containers/fulltextsearch/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ RUN set -ex; \
1414
apt-get install -y --no-install-recommends \
1515
tzdata \
1616
; \
17-
rm -rf /var/lib/apt/lists/*; \
18-
elasticsearch-plugin install --batch ingest-attachment
17+
rm -rf /var/lib/apt/lists/*;
1918

2019
USER 1000:0
2120

0 commit comments

Comments
 (0)