Commit 811185a
committed
chore: reinstate Dockerfile fix required by CI
Attempted to trim unrelated changes from this PR, but the Dockerfile
fix is required for CI to pass:
- The cadence-auto-setup Docker image installs cqlsh via pip. On newer
Alpine 3.18 / pip versions, setuptools and wheel are no longer
bundled, causing `pip3 install cqlsh` to fail during the Docker
build stage. Adding py3-setuptools, py3-wheel, and --no-build-isolation
resolves this.
Without these changes, all CI jobs that build or use the Docker image
(including replication simulation tests) fail before any test code runs.
Signed-off-by: Diana Zawadzki <dzawa@live.de>1 parent 3669c81 commit 811185a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
| 94 | + | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments