mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
Install procps in schema-deployer image (#1934)
It turns out this one uses pgrep and pkill as well, go figure... <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/nomulus/1934) <!-- Reviewable:end -->
This commit is contained in:
@@ -31,7 +31,7 @@ RUN apt-get update -y \
|
|||||||
&& locale-gen en_US.UTF-8 \
|
&& locale-gen en_US.UTF-8 \
|
||||||
&& apt-get install apt-utils -y \
|
&& apt-get install apt-utils -y \
|
||||||
&& apt-get upgrade -y \
|
&& apt-get upgrade -y \
|
||||||
&& apt-get install openjdk-11-jdk-headless curl -y
|
&& apt-get install openjdk-11-jdk-headless curl procps -y
|
||||||
|
|
||||||
# Get netstat, used for checking Cloud SQL proxy readiness.
|
# Get netstat, used for checking Cloud SQL proxy readiness.
|
||||||
RUN apt-get install net-tools
|
RUN apt-get install net-tools
|
||||||
|
|||||||
Reference in New Issue
Block a user