diff --git a/Dockerfile b/Dockerfile index 3ffa72af5c..764e367286 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:24-trixie-slim AS builder WORKDIR /app RUN apt-get update \ - && apt-get install -y --no-install-recommends libsecret-1-0 ca-certificates \ + && apt-get install -y --no-install-recommends libsecret-1-0 ca-certificates python3 make g++ \ && rm -rf /var/lib/apt/lists/* COPY package*.json ./ @@ -82,3 +82,4 @@ RUN apt-get update \ # Install CLI tools globally. Separate layer from apt for better cache reuse. RUN npm install -g --no-audit --no-fund @openai/codex @anthropic-ai/claude-code droid openclaw@latest +