Skip to content

Commit

Permalink
fix build progress
Browse files Browse the repository at this point in the history
  • Loading branch information
CMGS committed Nov 1, 2023
1 parent 03b85ee commit 5409d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:alpine AS BUILD

# make binary
RUN apk add --no-cache build-base musl-dev git curl make cmake
RUN apk add --no-cache build-base musl-dev git curl make cmake binutils-gold
COPY . /go/src/github.com/projecteru2/core
WORKDIR /go/src/github.com/projecteru2/core
ARG KEEP_SYMBOL
Expand Down

0 comments on commit 5409d51

Please sign in to comment.