FROM node:22-trixie-slim RUN apt-get update \ && apt-get upgrade -y \ && apt-get install -y --no-install-recommends libxcb1 \ && rm -rf /var/lib/apt/lists/* WORKDIR /app