Skip to content

Commit

Permalink
fix build (uber#5180)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidporter-id-au authored Mar 30, 2023
1 parent 7b281c2 commit dd51c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/buildkite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
RUN python get-pip.py
RUN pip install -U 'pip<21'
RUN pip install PyYAML==3.13 cqlsh==5.0.4

RUN pip install futures
# verbose test output from `make`, can be disabled with V=0
ENV V=1

Expand Down

0 comments on commit dd51c53

Please sign in to comment.