Skip to content

Commit 7a0e254

Browse files
committed
introudce back python2 into the docker image
without it cqlsh on older branches like 5.2, would fail to work and the sni test are using cqlsh in ccm flow Fixes: #37
1 parent b834ff8 commit 7a0e254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get -y update \
1919
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/xenial-security.gpg] http://security.ubuntu.com/ubuntu \
2020
xenial-security main" | tee /etc/apt/sources.list.d/xenial-security.list > /dev/null \
2121
&& apt-get -y update \
22-
&& apt-get install -y temurin-8-jdk maven git docker-ce-cli libssl1.0.0 libapr1 \
22+
&& apt-get install -y temurin-8-jdk maven git docker-ce-cli python2 libssl1.0.0 libapr1 \
2323
&& apt-get install -y temurin-11-jdk \
2424
&& rm -rf /var/lib/apt/lists/*
2525

scripts/image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
scylladb/scylla-cassandra-unit-tests:python3.11-20230601
1+
scylladb/scylla-cassandra-unit-tests:python3.11-20240108

0 commit comments

Comments
 (0)