mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
build: Fix docker custom build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user