Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit a2afe786f031e3608f379a28e495a47f4686ffdd Author: Joseph Crowell <joseph.w.crowell@gmail.com> Date: Tue Dec 23 22:35:29 2025 +0000 also add the tag to the dockerfile diff --git a/Dockerfile b/Dockerfile index 4f349e4..67baf54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -87 +87 @@ COPY . /go/src/matterbridge    RUN apk --no-cache add git  RUN cd /go/src/matterbridge && \ - CGO_ENABLED=0 go build -ldflags "-X github.com/matterbridge-org/matterbridge/version.GitHash=$(git log --pretty=format:'%h' -n 1)" -o /bin/matterbridge + CGO_ENABLED=0 go build -tags goolm -ldflags "-X github.com/matterbridge-org/matterbridge/version.GitHash=$(git log --pretty=format:'%h' -n 1)" -o /bin/matterbridge    FROM alpine  RUN apk --no-cache add ca-certificates mailcap