GitBulletin

Repository: farcasterxyz/hub-monorepo

"Tech Triumph: Hubble Image Enhanced with Essential `ps` Command!"

2024-04-23 19:37:14 UTC

"New Docker installation silences pesky PM2 warnings, paving the way for smoother operations!"

Commit Details:

Add `ps` to Hubble image (#1944) ## Motivation This quiets down some warnings emitted by PM2. ## Change Summary Install `ps` in the Docker image. ## Merge Checklist - [ ] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [ ] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [ ] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [ ] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. - [x] All [commits have been signed](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#22-signing-commits) <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on adding the `procps` package to the Dockerfile for the `hubble` image. ### Detailed summary - Added installation of `procps` package to the Dockerfile for `hubble` image. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->

Search Similar