diff --git a/Dockerfile b/Dockerfile index a7d825f..91b3cdf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}" && \ npm_config_user=root npm install -g \ ${N8N_VERSION} && \ - apt-get remove build-essential && \ - apt-get autoremove && \ + apt-get remove -y build-essential && \ + apt-get autoremove -y && \ apt-get clean all # Set a custom user to not have n8n run as root