[e2e] e2e_test_setup: perform health check on all the services (#31311)

* [e2e] e2e_test_setup: perform health check on all the services

* [monorepo] install curl in nginx-proxy

GitOrigin-RevId: 0d04e2b1012e8b0349cdb297b43a303797fb1968
This commit is contained in:
Jakob Ackermann
2026-02-04 15:14:17 +01:00
committed by Copybot
parent f434bc3825
commit 49c1c65dd8

View File

@@ -8,7 +8,7 @@ RUN go install github.com/a8m/envsubst/cmd/envsubst@latest
FROM maven:3-amazoncorretto-21-debian AS base FROM maven:3-amazoncorretto-21-debian AS base
RUN apt-get update && apt-get install -y make git sqlite3 \ RUN apt-get update && apt-get install -y make git sqlite3 curl \
&& rm -rf /var/lib/apt/lists && rm -rf /var/lib/apt/lists
COPY --from=envsubst_builder /go/bin/envsubst /opt/envsubst COPY --from=envsubst_builder /go/bin/envsubst /opt/envsubst