Skip to content

Commit 7f67fb7

Browse files
authored
Merge pull request #377 from fluxcd/armv7-gold-patch
Use `binutils-gold` in builder image
2 parents a0c0423 + 827509e commit 7f67fb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Docker buildkit multi-arch build requires golang alpine
22
FROM golang:1.16-alpine as builder
33

4-
RUN apk add gcc pkgconfig libc-dev
5-
RUN apk add --no-cache musl~=1.2 libgit2-dev~=1.1
4+
RUN apk add --no-cache gcc pkgconfig libc-dev binutils-gold musl~=1.2 libgit2-dev~=1.1
65

76
WORKDIR /workspace
87

0 commit comments

Comments
 (0)