# Probably from here https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/Dockerfile
FROM elasticsearch:7.17.6

RUN elasticsearch-plugin install --batch ingest-attachment
