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