Skip to content

Commit

Permalink
Fix docker ruby removal (#12861)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath authored Jan 24, 2025
1 parent 08a3d02 commit fa45163
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .ci/containers/build-environment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Stage 1: Building Go dependencies
FROM golang:1.23-bullseye AS builder

# Set working directory
Expand Down Expand Up @@ -33,7 +32,3 @@ RUN git config --global user.email "[email protected]"

RUN go install golang.org/x/tools/cmd/goimports@d088b475e3360caabc032aaee1dc66351d4e729a
RUN go install github.com/github/[email protected]+incompatible

# Copy Go dependencies from builder stage
COPY --from=builder /go/pkg /go/pkg

0 comments on commit fa45163

Please sign in to comment.