Skip to content

Commit

Permalink
Adds gcc to Cassandra test scripts (#3540)
Browse files Browse the repository at this point in the history
Seems that a cqlsh dependency now requires gcc so adding it.
  • Loading branch information
llinder authored May 30, 2023
1 parent d0dc3d6 commit ca7758d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test-images/zipkin-cassandra/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function is_cassandra_alive() {
is_cassandra_alive || exit 1

echo "*** Installing cqlsh"
apk add --update --no-cache python3 py3-pip
apk add --update --no-cache python3 py3-pip gcc
pip install -Iq cqlsh
function cql() {
cqlsh --cqlversion=${cqlversion} "$@" 127.0.0.1 ${temp_native_transport_port}
Expand Down

0 comments on commit ca7758d

Please sign in to comment.