parent
a79a443892
commit
52a9d346f6
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ RUN ./gradlew installDist
|
|||
|
||||
FROM openjdk:8-alpine
|
||||
|
||||
RUN apk add --no-cache libc6-compat
|
||||
|
||||
RUN GRPC_HEALTH_PROBE_VERSION=v0.2.0 && \
|
||||
wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-amd64 && \
|
||||
chmod +x /bin/grpc_health_probe
|
||||
|
|
Loading…
Reference in a new issue