n8n: install sqlite3 first

This commit is contained in:
Starbeamrainbowlabs 2022-11-05 02:06:03 +00:00
parent d9dcec2cc2
commit 96dee31f5a
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ ARG REPO_LOCATION
FROM ${REPO_LOCATION}minideb-node
RUN install_packages sqlite3
RUN npm install -g n8n
USER 10500:10500