2 lines
95 B
Docker
2 lines
95 B
Docker
FROM amd64/elasticsearch:7.17.5
|
|
RUN bin/elasticsearch-plugin install --batch ingest-attachment
|