We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409717a commit a88fdd4Copy full SHA for a88fdd4
Dockerfile
@@ -73,8 +73,8 @@ RUN \
73
#
74
# Finalize install:
75
# * java-cacerts: implicitly gets normal ca-certs used outside Java (this does not depend on java)
76
- # * libc6-compat: BoringSSL for Netty per https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty
77
- 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 && \
78
# Typically, only amd64 is tested in CI: Run a command to ensure binaries match current arch.
79
ldd /lib/libz.so.1
80
0 commit comments