From d3f2a557cebdd119c585ee71c626aa382f312eb5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 23 Sep 2021 21:19:59 +0200 Subject: [PATCH] Update Dockerfile --- nextcloud/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 884ae17a0..b2fedd011 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -4,6 +4,9 @@ ARG BUILD_UPSTREAM="22.1.1" FROM ${BUILD_FROM} +FROM diamol/elasticsearch:latest +RUN bin/elasticsearch-plugin install --batch ingest-attachment + ENV NEXTCLOUD_PATH="/data/config/www/nextcloud" # Added repo to solve issues with some systems that cause error code 1 when fetching apk