Describe the problem/error/question
I’m Trying To Build N8n Custom. But when We build docker i’m getting Error.
What is the error message (if any)?
[tenant01 stage-1 6/7] RUN if [[ “linux/amd64” = “linux/amd64” ]]; then export ARCH_NAME=“amd64”; elif [[ “linux/amd64” = “linux/arm64” ]]; then export ARCH_NAME=“arm64”; fi; mkdir /launcher-temp && cd /launcher-temp && wget https://github.com/n8n-io/task-runner-launcher/releases/download/1.1.0/task-runner-launcher-1.1.0-linux-${ARCH_NAME}.tar.gz && wget https://github.com/n8n-io/task-runner-launcher/releases/download/1.1.0/task-runner-launcher-1.1.0-linux-${ARCH_NAME}.tar.gz.sha256 && echo “$(cat task-runner-launcher-1.1.0-linux-${ARCH_NAME}.tar.gz.sha256) task-runner-launcher-1.1.0-linux-${ARCH_NAME}.tar.gz” > checksum.sha256 && sha256sum -c checksum.sha256 && tar xvf task-runner-launcher-1.1.0-linux-${ARCH_NAME}.tar.gz --directory=/usr/local/bin && cd - && rm -r /launcher-temp:
8.068 wget: bad address ‘github.com’
Information on your n8n setup
- n8n version: 1.82.1
- Database (default: SQLite): Postgresql
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Windows