From 7e633bf2b65af96ccd99405779dc8e9be979be4c Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sun, 22 Aug 2021 20:36:41 +0200 Subject: [PATCH] install webpack --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8887ec7..773d5f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ RUN apk --no-cache add \ composer \ npm +RUN npm install --global webpack + ENV NC_VERSION=22.1.0 ENV NC_SHA256_SUM=4820808f799146853604e1fa27d7f292449018a44dc73bf928a97b02028318ba RUN wget https://download.nextcloud.com/server/releases/nextcloud-$NC_VERSION.tar.bz2