Add missing runtime libraries to Docker image - #2594
Merged
Merged
Conversation
|
Claude finished @fnando's task in 1m 1s —— View job Claude PR Review
SummarySmall, well-targeted fix. The image was previously broken at startup because the |
What
Install
ca-certificates,libdbus-1-3,libssl3, andlibudev1in the Docker image.Why
The image was missing runtime libraries the CLI depends on (broke on #2544), causing it to fail on startup:
ca-certificatesis also needed for TLS to remote RPC endpoints.Known limitations
N/A