mirror of
https://github.com/42wim/matterbridge.git
synced 2024-05-06 15:54:56 +00:00
Fix docker build
This commit is contained in:
@ -2,7 +2,7 @@ FROM alpine:edge
|
||||
ENTRYPOINT ["/bin/matterbridge"]
|
||||
|
||||
COPY . /go/src/github.com/42wim/matterbridge
|
||||
RUN apk update && apk add go git \
|
||||
RUN apk update && apk add go git gcc musl-dev \
|
||||
&& cd /go/src/github.com/42wim/matterbridge \
|
||||
&& export GOPATH=/go \
|
||||
&& go get \
|
||||
|
Reference in New Issue
Block a user