Fix/ci kontin no internet vaatimus #34

Merged
niko merged 9 commits from fix/ci-kontin-no-internet-vaatimus into main 2026-06-20 14:36:42 +03:00
Showing only changes of commit ae03589563 - Show all commits
+1 -1
View File
@@ -1,6 +1,6 @@
FROM node:22
RUN apt-get update -qq && \
apt-get install -y -qq --no-install-recommends lsof jq && \
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