Merge pull request #5495 from rriemann/elastic-no-ingest-plugin

elastic container: ingest-attachment is now module and not a plugin
This commit is contained in:
Simon L. 2024-10-30 14:55:25 +01:00 committed by GitHub
commit d133e285d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,8 +14,7 @@ RUN set -ex; \
apt-get install -y --no-install-recommends \
tzdata \
; \
rm -rf /var/lib/apt/lists/*; \
elasticsearch-plugin install --batch ingest-attachment
rm -rf /var/lib/apt/lists/*;
USER 1000:0