Adservice: Add libc6-compat runtime dependency (#90)

Fixes #89
This commit is contained in:
Romain Vrignaud 2018-10-29 17:57:43 +01:00 committed by Ahmet Alp Balkan
parent a79a443892
commit 52a9d346f6

View file

@ -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