FROM node:22 RUN apt-get update -qq && \ apt-get install -y -qq --no-install-recommends lsof jq python3 && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* && \ npm install -g @cucumber/cucumber ENV NODE_PATH=/usr/local/lib/node_modules