fix: add iproute2 to container for ip route command

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-02-26 18:06:35 -08:00
parent ae7d9251ec
commit 836d4d2a03
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ RUN pnpm turbo build --filter='./packages/shared/*' --filter=@it0/${SERVICE_NAME
FROM node:18-alpine
# Install bash (required by Claude Agent SDK Bash tool) + openssh-client (for SSH to managed servers) + su-exec (for privilege drop)
RUN apk add --no-cache bash openssh-client su-exec
RUN apk add --no-cache bash openssh-client su-exec iproute2
RUN corepack enable