# FROM ubuntu:24.04 FROM node:24 RUN npm install -g @mariozechner/pi-coding-agent WORKDIR /app CMD ["pi", "--version"]