n8n: install sqlite3 first
This commit is contained in:
parent
d9dcec2cc2
commit
96dee31f5a
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ ARG REPO_LOCATION
|
|||
|
||||
FROM ${REPO_LOCATION}minideb-node
|
||||
|
||||
RUN install_packages sqlite3
|
||||
RUN npm install -g n8n
|
||||
|
||||
USER 10500:10500
|
||||
|
|
Loading…
Reference in a new issue