We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0c0423 + 827509e commit 7f67fb7Copy full SHA for 7f67fb7
Dockerfile
@@ -1,8 +1,7 @@
1
# Docker buildkit multi-arch build requires golang alpine
2
FROM golang:1.16-alpine as builder
3
4
-RUN apk add gcc pkgconfig libc-dev
5
-RUN apk add --no-cache musl~=1.2 libgit2-dev~=1.1
+RUN apk add --no-cache gcc pkgconfig libc-dev binutils-gold musl~=1.2 libgit2-dev~=1.1
6
7
WORKDIR /workspace
8
0 commit comments