Skip to content

Commit

Permalink
Upgrades python version for cqlsh (cadence-workflow#4709)
Browse files Browse the repository at this point in the history
* Upgrades python version for cqlsh
  • Loading branch information
davidporter-id-au authored Jan 24, 2022
1 parent 7a17a30 commit 99ace7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ CMD /start-cadence.sh
# All-in-one Cadence server
FROM cadence-server AS cadence-auto-setup

RUN apk add --update --no-cache ca-certificates py-pip mysql-client
RUN pip install cqlsh
RUN apk add --update --no-cache ca-certificates py3-pip mysql-client
RUN pip3 install cqlsh && cqlsh --version

COPY docker/start.sh /start.sh

Expand Down

0 comments on commit 99ace7a

Please sign in to comment.