fix: add iproute2 to container for ip route command
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ae7d9251ec
commit
836d4d2a03
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue