Skip to content

Commit

Permalink
fix: remove binutils gold
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtagscherer committed Jun 19, 2023
1 parent e10ce45 commit d163c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM --platform=$BUILDPLATFORM golang:1.20.5-alpine@sha256:fd9d9d7194ec40a9a6ae8

COPY --from=xx / /

RUN apk add --update --no-cache git clang lld binutils-gold
RUN apk add --update --no-cache git clang lld

ARG TARGETPLATFORM

Expand Down

0 comments on commit d163c4a

Please sign in to comment.