forked from jshiffer/matterbridge
Follow up to 536823ce55
for the tgs.Dockerfile (#1448)
This commit is contained in:
parent
af77109a47
commit
af543dcd05
@ -1,15 +1,11 @@
|
|||||||
FROM alpine AS builder
|
FROM alpine AS builder
|
||||||
|
|
||||||
COPY . /go/src/github.com/42wim/matterbridge
|
COPY . /go/src/matterbridge
|
||||||
RUN apk add \
|
RUN apk add \
|
||||||
go \
|
go \
|
||||||
git \
|
git \
|
||||||
gcc \
|
&& cd /go/src/matterbridge \
|
||||||
musl-dev \
|
&& go build -mod vendor -ldflags "-X main.githash=$(git log --pretty=format:'%h' -n 1)" -o /bin/matterbridge
|
||||||
&& cd /go/src/github.com/42wim/matterbridge \
|
|
||||||
&& export GOPATH=/go \
|
|
||||||
&& go get \
|
|
||||||
&& go build -x -ldflags "-X main.githash=$(git log --pretty=format:'%h' -n 1)" -o /bin/matterbridge
|
|
||||||
|
|
||||||
FROM alpine
|
FROM alpine
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
|
Loading…
Reference in New Issue
Block a user