FROM node:20.17.0-bookworm-slim

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