Describe the bug
通过./deploy.sh build --openclaw-only构建OpenClaw镜像,等待较久后,提示失败
To Reproduce
1、./deploy.sh build --openclaw-only,构建OpenClaw镜像
2、等待较久后,提示失败
Environment
Logs
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bash ca-certificates chromium curl build-essential ffmpeg fonts-liberation fonts-noto-cjk fonts-noto-color-emoji git gosu jq locales openssh-client procps python3 socat tini unzip websockify && sed -i 's/^# *en_US.UTF-8 UTF-8$/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen && printf 'LANG=en_US.UTF-8\\nLANGUAGE=en_US:en\\nLC_ALL=en_US.UTF-8\\n' > /etc/default/locale && git config --system url.\"https://github.com/\".insteadOf ssh://git@github.com/ && npm install -g npm@latest && npm install -g openclaw@2026.3.11 opencode-ai@latest playwright playwright-extra puppeteer-extra-plugin-stealth @steipete/bird && npm install -g @anthropic-ai/claude-code && curl -fsSL https://bun.sh/install | BUN_INSTALL=/usr/local bash && /usr/local/bin/bun install -g @tobilu/qmd && npx playwright install chromium --with-deps && apt-get purge -y --auto-remove && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /root/.npm /root/.cache" did not complete successfully: exit code: 128
Describe the bug
通过./deploy.sh build --openclaw-only构建OpenClaw镜像,等待较久后,提示失败
To Reproduce
1、./deploy.sh build --openclaw-only,构建OpenClaw镜像
2、等待较久后,提示失败
Environment
Logs