mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 03:58:34 +02:00
Install procps (#1932)
The schema verifier script needs pgrep and pkill, which do not come with Debian.
This commit is contained in:
parent
fc9446876f
commit
a53b71ecd5
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ RUN apt-get update -y \
|
|||
'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" \
|
||||
> /etc/apt/sources.list.d/pgdg.list' \
|
||||
&& apt-get update -y \
|
||||
&& apt install postgresql-client-11 -y
|
||||
&& apt install postgresql-client-11 procps -y
|
||||
|
||||
# Use unzip to extract files from jars.
|
||||
RUN apt-get install zip -y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue