build: Fix docker custom build

This commit is contained in:
Jan Oberhauser 2022-05-21 09:42:12 +02:00
parent 68db12ce6d
commit 061e36e8ab

View file

@ -6,7 +6,7 @@ USER root
# Install all needed dependencies
RUN apk --update add --virtual build-dependencies python3 build-base ca-certificates && \
npm_config_user=root npm install -g lerna
npm_config_user=root npm install -g lerna run-script-os
WORKDIR /data