Fix command interaction
All checks were successful
Build Pipeline for de.captica.n8n / Publish Docker (push) Successful in 2m49s
All checks were successful
Build Pipeline for de.captica.n8n / Publish Docker (push) Successful in 2m49s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user