mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-25 13:39:22 +00:00
build docker v2.5
This commit is contained in:
parent
8042ae5694
commit
fbd64e0d1c
@ -1,8 +1,7 @@
|
||||
FROM golang:1.21.5-alpine AS build
|
||||
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