Skip to content

Commit 5bfdf7f

Browse files
committed
update Dockerfile
1 parent 0942ea3 commit 5bfdf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cloudbuild/library_generation/library_generation.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN cp "/root/.m2/repository/com/google/api/gapic-generator-java/${DOCKER_GAPIC_
3636

3737
FROM docker.io/library/alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 as glibc-compat
3838

39-
RUN apk add git sudo
39+
RUN apk update && apk add git sudo
4040
# This SHA is the latest known-to-work version of this binary compatibility tool
4141
ARG GLIB_MUS_SHA=e94aca542e3ab08b42aa0b0d6e72478b935bb8e8
4242
WORKDIR /home

0 commit comments

Comments
 (0)