n8n: python3-stdlib

This commit is contained in:
Starbeamrainbowlabs 2022-11-05 20:14:18 +00:00
parent c0fa4a1a91
commit a6f2bd379c
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -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