From a6f2bd379cb7b9f61f6c4dfa1f909468f5603d3e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 5 Nov 2022 20:14:18 +0000 Subject: [PATCH] n8n: python3-stdlib --- images/n8n/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/n8n/Dockerfile b/images/n8n/Dockerfile index 9545866..1edd6e6 100644 --- a/images/n8n/Dockerfile +++ b/images/n8n/Dockerfile @@ -2,7 +2,7 @@ ARG REPO_LOCATION FROM ${REPO_LOCATION}minideb-node -RUN install_packages sqlite3 python3-minimal +RUN install_packages sqlite3 python3-minimal libpython3-stdlib RUN npm install -g n8n USER 10500:10500