FROM node:23.6.0 ##debian 12 COPY sources.list /etc/apt/sources.list RUN apt-get update && \ apt-get install -y git bash openssh-client build-essential libtool automake make autoconf nasm libxss1 libatk1.0-0 libatk-bridge2.0-0 libgtk-3-0 libxt6 && \ apt-get clean RUN npm install cnpm pnpm -g --registry=https://registry.npmmirror.com