Commit 8baaa9f
authored
Add sqlite3 to Indexer image (linera-io#4919)
## Motivation
This is useful for debugging, in case we want to go into the pod and see
what's going on with the sqlite db.
We can't use the debug docker image for this, because sharing the same
disk as the main container is trickier to setup.
## Proposal
Add `sqlite3` to the image.
## Test Plan
CI, this should be pretty harmless, and I've checked that `sqlite3` is
possible to be installed there.
## Release Plan
- These changes have already been backported to the latest `testnet`
branch1 parent 8d75384 commit 8baaa9f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
0 commit comments