FROM trusted-agent-default:latest

USER root
# --force overwrites the pnpm/yarn corepack shims that ship in node:22-slim.
RUN npm install -g --force pnpm yarn
USER node
