We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0942ea3 commit 5bfdf7fCopy full SHA for 5bfdf7f
.cloudbuild/library_generation/library_generation.Dockerfile
@@ -36,7 +36,7 @@ RUN cp "/root/.m2/repository/com/google/api/gapic-generator-java/${DOCKER_GAPIC_
36
37
FROM docker.io/library/alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 as glibc-compat
38
39
-RUN apk add git sudo
+RUN apk update && apk add git sudo
40
# This SHA is the latest known-to-work version of this binary compatibility tool
41
ARG GLIB_MUS_SHA=e94aca542e3ab08b42aa0b0d6e72478b935bb8e8
42
WORKDIR /home
0 commit comments