diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 015dd4497..884ae17a0 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -4,10 +4,6 @@ ARG BUILD_UPSTREAM="22.1.1" FROM ${BUILD_FROM} -#Install elasticsearch -FROM elasticsearch/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