n8n: python3-minimal

This commit is contained in:
Starbeamrainbowlabs 2022-11-05 02:31:41 +00:00
parent 96dee31f5a
commit c0fa4a1a91
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
RUN install_packages sqlite3 python3-minimal
RUN npm install -g n8n
USER 10500:10500