add Dockerfile
This commit is contained in:
parent
c73d144046
commit
d80ef0a5e0
10
Dockerfile
Normal file
10
Dockerfile
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# use the original n8n image as the base
|
||||||
|
FROM docker.n8n.io/n8nio/n8n
|
||||||
|
|
||||||
|
# install additional packages as needed
|
||||||
|
USER root
|
||||||
|
ENV PYTHONUNBUFFERED=1
|
||||||
|
RUN apk add --update --no-cache python3 ffmpeg curl
|
||||||
|
# install any further packages needed
|
||||||
|
|
||||||
|
USER node
|
||||||
Loading…
Reference in New Issue
Block a user