N8n custom docker, sqlite error

Hello,
I use custom image docker to test new node added to n8n. However, after merging latest master, we have an issue in deploying docker image.

I use this command to generate docker
docker build -t wassim/n8n:0.116.1 -f docker/images/n8n-custom/Dockerfile .

However when deploying it, we have this issue :

n8n_1      | Initializing n8n process
n8n_1      | There was an error initializing DB: "SQLite package has not been found installed. Try to install it: npm install sqlite3 --save"
n8n_1      |
n8n_1      | Stopping n8n...

Information on your n8n setup

  • n8n version: 0.186.1

repo : GitHub - wassimd/n8n: Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.

Hi @wassim, thanks so much for bringing this to our attention and sorry for the trouble!

I could reproduce this problem with the current master branch of the official repo and will add this to our internal bug tracker for a closer look.

Hi thanks @MutedJam, do you have an expected delay for fix ?

I am afraid not, but perhaps @sirdavidoff can confirm when this will be looked at?