Skip to content

Commit

Permalink
*: Add missing ld for arm64 Go builds (pingcap#25758)
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvatoreT authored Jun 29, 2021
1 parent 9c1e47a commit d6e92f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apk add --no-cache \
make \
git \
gcc \
binutils-gold \
musl-dev

RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64 \
Expand Down

0 comments on commit d6e92f7

Please sign in to comment.