FROM node:24-bookworm RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ git \ docker.io \ && rm -rf /var/lib/apt/lists/*