mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
add procps package to server builder image
https://github.com/hasura/graphql-engine-mono/pull/2109 GitOrigin-RevId: a687ab86be3db9882a2b4dc963df63d9be9bc0a0
This commit is contained in:
parent
64a5c52904
commit
ed90bc50f4
@ -83,7 +83,7 @@ RUN apt -y update \
|
||||
RUN mkdir -p /usr/share/man/man{1,7} && apt-get -y update
|
||||
|
||||
RUN apt-get -y update \
|
||||
&& apt-get -y install pgbouncer jq postgresql-client-13 default-mysql-client
|
||||
&& apt-get -y install pgbouncer jq postgresql-client-13 default-mysql-client procps
|
||||
|
||||
# Install Google Cloud SDK required to test BigQuery backend
|
||||
# https://cloud.google.com/sdk/docs/install#deb
|
||||
|
Loading…
Reference in New Issue
Block a user