Skip to content

Commit fa45163

Browse files
authored
Fix docker ruby removal (GoogleCloudPlatform#12861)
1 parent 08a3d02 commit fa45163

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.ci/containers/build-environment/Dockerfile

-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Stage 1: Building Go dependencies
21
FROM golang:1.23-bullseye AS builder
32

43
# Set working directory
@@ -33,7 +32,3 @@ RUN git config --global user.email "magic-modules@google.com"
3332

3433
RUN go install golang.org/x/tools/cmd/goimports@d088b475e3360caabc032aaee1dc66351d4e729a
3534
RUN go install github.com/github/hub@v2.11.2+incompatible
36-
37-
# Copy Go dependencies from builder stage
38-
COPY --from=builder /go/pkg /go/pkg
39-

0 commit comments

Comments
 (0)