mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
build: Fix docker custom build
This commit is contained in:
parent
68db12ce6d
commit
061e36e8ab
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue