mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added ps
dependency to Dockerfile (#21471)
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
This commit is contained in:
parent
fbad9f114a
commit
30fc2f3d50
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ RUN curl -s https://packages.stripe.dev/api/security/keypair/stripe-cli-gpg/publ
|
||||||
git \
|
git \
|
||||||
stripe \
|
stripe \
|
||||||
zsh \
|
zsh \
|
||||||
|
procps \
|
||||||
default-mysql-client && \
|
default-mysql-client && \
|
||||||
npx -y playwright@1.46.1 install --with-deps
|
npx -y playwright@1.46.1 install --with-deps
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue