Fix command interaction
All checks were successful
Build Pipeline for de.captica.n8n / Publish Docker (push) Successful in 2m49s

This commit is contained in:
Marc Boehm
2025-05-20 18:00:37 +02:00
parent 3c7d50aa3d
commit 7a764538fb

View File

@@ -22,8 +22,8 @@ RUN N8N_VERSION=$(curl -s https://api.github.com/repos/n8n-io/n8n/releases/lates
echo "Latest n8n version: ${N8N_VERSION}" && \ echo "Latest n8n version: ${N8N_VERSION}" && \
npm_config_user=root npm install -g \ npm_config_user=root npm install -g \
${N8N_VERSION} && \ ${N8N_VERSION} && \
apt-get remove build-essential && \ apt-get remove -y build-essential && \
apt-get autoremove && \ apt-get autoremove -y && \
apt-get clean all apt-get clean all
# Set a custom user to not have n8n run as root # Set a custom user to not have n8n run as root