FROM node:24-bookworm RUN apt-get update && \ apt-get install -y --no-install-recommends \ ca-certificates \ git \ bash \ curl \ wget \ jq \ zip \ unzip \ file \ tar \ gzip \ xz-utils \ rsync && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*