mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
4 lines
204 B
Docker
4 lines
204 B
Docker
# 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
|