2 lines
89 B
Docker
2 lines
89 B
Docker
FROM elasticsearch:8.17.2
|
|
RUN bin/elasticsearch-plugin install --batch ingest-attachment
|