FROM node:22-bullseye RUN apt-get update \ && apt-get install -y docker.io docker-compose-plugin \ && rm -rf /var/lib/apt/lists/* RUN corepack enable