mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-25 21:49:20 +00:00
build docker v2.5
This commit is contained in:
parent
21bac2b5aa
commit
0f6d892c8a
@ -2,6 +2,7 @@ FROM golang:alpine AS build
|
||||
RUN apk add build-base git
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
ENV CGO_CFLAGS="-D_LARGEFILE64_SOURCE"
|
||||
RUN make build_linux
|
||||
|
||||
FROM alpine:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user