Files
gitea-ci-library/Dockerfile.ci-cucumber
T
moilanik ae03589563
CI Feature / Cucumber tests (push) Has been cancelled
CI Feature / Load example-gitea-env.conf to pipeline env (push) Has been cancelled
CI Feature / Bats tests (push) Has been skipped
CI Feature / Report Summary (push) Successful in 10s
python lisäys
2026-06-20 14:19:19 +03:00

8 lines
253 B
Docker

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