aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-os-chef
diff options
context:
space:
mode:
authoreschcam <cameron.scholes@est.tech>2023-03-30 13:47:20 +0100
committereschcam <cameron.scholes@est.tech>2023-03-31 09:13:35 +0100
commit94176d70ee48b1703981cd8786c306f7c055e15d (patch)
treec72261e3e5eb40020a64a92268337f31b8a1e4d7 /sdc-os-chef
parent1369eb7e001cbfb200dcca36e7c2439121e916e3 (diff)
Upgrade docker images to use Python 3
Issue-ID: SDC-4456 Signed-off-by: eschcam <cameron.scholes@est.tech> Change-Id: Ifa83fa9bc889920b9d29058870981a0ae0364240
Diffstat (limited to 'sdc-os-chef')
-rw-r--r--sdc-os-chef/sdc-cassandra/Dockerfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sdc-os-chef/sdc-cassandra/Dockerfile b/sdc-os-chef/sdc-cassandra/Dockerfile
index 4671cb036c..2c62e387a0 100644
--- a/sdc-os-chef/sdc-cassandra/Dockerfile
+++ b/sdc-os-chef/sdc-cassandra/Dockerfile
@@ -6,9 +6,12 @@ RUN apt-get -o Acquire::Check-Valid-Until=false update && \
curl \
wget \
perl \
- python \
+ python3 \
+ python3-pip \
ntp && \
apt-get -y autoremove && \
+ pip3 install cqlsh==6.1.0 && \
+ rm -rf "/opt/cassandra/bin/cqlsh*" && \
curl -L https://omnitruck.chef.io/install.sh | bash -s -- -v 13.12.14
COPY chef-solo /root/chef-solo/