install webpack

This commit is contained in:
Sebastian Hugentobler 2021-08-22 20:36:41 +02:00
parent 2d313edc63
commit 7e633bf2b6
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -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