Add missing node
All checks were successful
Build Pipeline for de.captica.n8n / Publish Docker (push) Successful in 3m38s
All checks were successful
Build Pipeline for de.captica.n8n / Publish Docker (push) Successful in 3m38s
This commit is contained in:
@@ -22,7 +22,9 @@ USER root
|
||||
# it needs to build it correctly.
|
||||
RUN N8N_VERSION=$(curl -s https://api.github.com/repos/n8n-io/n8n/releases/latest | jq -r '.tag_name' | sed 's/^v//') && \
|
||||
echo "Latest n8n version: ${N8N_VERSION}" && \
|
||||
npm_config_user=root npm install -g ${N8N_VERSION} && \
|
||||
npm_config_user=root npm install -g \
|
||||
${N8N_VERSION} \
|
||||
n8n-nodes-imap && \
|
||||
apt-get clean all
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
Reference in New Issue
Block a user