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

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