Skip to content

Commit

Permalink
Added ps dependency to Dockerfile (TryGhost#21471)
Browse files Browse the repository at this point in the history
no issue

- When stopping `yarn dev` with ctrl+c in the dev container, you'd get
an error because the container doens't have `ps` installed, which is
used by node under the hood. Adding this dependency fixed the error so
`yarn dev` (and other commands) exit cleanly
  • Loading branch information
cmraible authored Oct 30, 2024
1 parent fbad9f1 commit 30fc2f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/.docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN curl -s https://packages.stripe.dev/api/security/keypair/stripe-cli-gpg/publ
git \
stripe \
zsh \
procps \
default-mysql-client && \
npx -y playwright@1.46.1 install --with-deps

Expand Down

0 comments on commit 30fc2f3

Please sign in to comment.