FROM node:24.14-trixie-slim

RUN apt-get update && apt-get install -y --no-install-recommends \
    less curl git
