1
0
mirror of https://github.com/google/nomulus synced 2026-01-05 13:07:04 +00:00

Install curl (#1931)

Tested by running "docker build .".
This commit is contained in:
Lai Jiang
2023-02-06 16:45:52 -05:00
committed by GitHub
parent 654b165dff
commit fc9446876f

View File

@@ -31,7 +31,7 @@ RUN apt-get update -y \
&& locale-gen en_US.UTF-8 \
&& apt-get install apt-utils -y \
&& apt-get upgrade -y \
&& apt-get install openjdk-11-jdk-headless -y
&& apt-get install openjdk-11-jdk-headless curl -y
# Get netstat, used for checking Cloud SQL proxy readiness.
RUN apt-get install net-tools