From ae0358956331d9053bda914dfcbe8498e6f11baf Mon Sep 17 00:00:00 2001 From: moilanik Date: Sat, 20 Jun 2026 14:19:19 +0300 Subject: [PATCH] =?UTF-8?q?python=20lis=C3=A4ys?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile.ci-cucumber | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ci-cucumber b/Dockerfile.ci-cucumber index 1e5f974..a3ef79e 100644 --- a/Dockerfile.ci-cucumber +++ b/Dockerfile.ci-cucumber @@ -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