PRD: Add built-in Pi agent provider #222

Merged
didericis merged 7 commits from prd-0058-pi-agent-provider into main 2026-06-09 23:52:18 -04:00
Showing only changes of commit 199edb228c - Show all commits
+7 -1
View File
@@ -5,7 +5,13 @@
FROM node:22-slim
RUN apt-get update \
&& apt-get install -y --no-install-recommends git ca-certificates curl \
&& apt-get install -y --no-install-recommends \
git \
ca-certificates \
curl \
fd-find \
ripgrep \
&& ln -s /usr/bin/fdfind /usr/local/bin/fd \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get update \