docker: Fix build on arm64
This commit is contained in:
parent
34889a949f
commit
d4f69059bf
3 changed files with 4 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ RUN apk add --no-cache git
|
|||
|
||||
WORKDIR /go/src/srs.epita.fr/fic-server/
|
||||
|
||||
RUN apk add --no-cache build-base
|
||||
RUN apk add --no-cache binutils-gold build-base
|
||||
|
||||
COPY go.mod go.sum ./
|
||||
COPY settings settings/
|
||||
|
|
|
|||
Reference in a new issue