Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
redis-tools
as a test-only docker dependency (#4390)
# Description `redis-cli` is needed for the container to communicate to the Redis host. The new parallel catchup mission stellar/supercluster#178 requires access to Redis task queue. This is only added as a test dependency i.e. package version with `*~buildtests`, and does not affect production stellar-core packages. # Checklist - [ ] Reviewed the [contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes) document - [ ] Rebased on top of master (no merge commits) - [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio extension) - [ ] Compiles - [ ] Ran all tests - [ ] If change impacts performance, include supporting evidence per the [performance document](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)
- Loading branch information