From 8760812f44a5b5509040c92fce2aa5a3512d4656 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Tue, 12 Dec 2023 12:11:59 +0700 Subject: [PATCH] Uses gcompat instead of libc6-compat per Alpine recommendations Signed-off-by: Adrian Cole --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c8c51c5..f265b1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,8 +73,8 @@ RUN \ # # Finalize install: # * java-cacerts: implicitly gets normal ca-certs used outside Java (this does not depend on java) - # * libc6-compat: BoringSSL for Netty per https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty - apk add --no-cache java-cacerts ca-certificates libc6-compat && \ + # * gcompat: BoringSSL for Netty per https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty + apk add --no-cache java-cacerts ca-certificates gcompat && \ # Typically, only amd64 is tested in CI: Run a command to ensure binaries match current arch. ldd /lib/libz.so.1