reword comment about more

This commit is contained in:
dustin fletcher 2024-06-29 09:49:46 -04:00
parent d80ef0a5e0
commit 56182008df

View File

@ -5,6 +5,6 @@ FROM docker.n8n.io/n8nio/n8n
USER root USER root
ENV PYTHONUNBUFFERED=1 ENV PYTHONUNBUFFERED=1
RUN apk add --update --no-cache python3 ffmpeg curl RUN apk add --update --no-cache python3 ffmpeg curl
# install any further packages needed # install more here
USER node USER node