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