FROM node:lts-slim

RUN apt update && apt install curl git -y

RUN npm install -g pnpm

ENV ASTRO_TELEMETRY_DISABLED=1