Revert "fix: add python3, make, g++ to builder stage apt-get for native addon compilation (#2713)"

This reverts commit 0dc516571d.
This commit is contained in:
diegosouzapw
2026-05-25 23:29:01 -03:00
parent a0f1ba5f8f
commit d7829336f1

View File

@@ -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 python3 make g++ \
&& apt-get install -y --no-install-recommends libsecret-1-0 ca-certificates \
&& rm -rf /var/lib/apt/lists/*
COPY package*.json ./
@@ -82,4 +82,3 @@ 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