Set cassandra-driver version 01/136601/6
authorMichaelMorris <michael.morris@est.tech>
Tue, 21 Nov 2023 12:39:20 +0000 (12:39 +0000)
committerMichaelMorris <michael.morris@est.tech>
Tue, 21 Nov 2023 15:04:25 +0000 (15:04 +0000)
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4679
Change-Id: I14aa7b6a03b10363e40dde983c175b65262b8a93

sdc-workflow-designer-init/src/main/docker/Dockerfile

index 656a84c..6ae195e 100644 (file)
@@ -1,6 +1,6 @@
 FROM python:2.7-alpine3.8
 
-RUN pip install cqlsh==5.0.4
+RUN pip install cassandra-driver==3.25.0 cqlsh==5.0.4
 
 RUN addgroup -g 1000 sdc && adduser -S -u 1000 -G sdc -s /bin/sh sdc
 USER sdc