File size: 328 Bytes
08d5d1b
 
8a94765
 
 
08d5d1b
 
 
67af442
1
2
3
4
5
6
7
8
9
FROM python:3.12-alpine AS python-stage

FROM n8nio/n8n:latest

USER root
COPY --from=python-stage /usr/local/bin/python3 /usr/local/bin/python3
COPY --from=python-stage /usr/local/lib/python3.12 /usr/local/lib/python3.12
COPY --from=python-stage /usr/local/lib/libpython3.12.so.1.0 /usr/local/lib/libpython3.12.so.1.0
USER node