mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 15:40:27 +00:00
Add extra mimetypes to docker image. Fixes #969
This commit is contained in:
parent
62e38e7c45
commit
31dd538c0b
@ -2,7 +2,7 @@ FROM alpine:edge
|
|||||||
ENTRYPOINT ["/bin/matterbridge"]
|
ENTRYPOINT ["/bin/matterbridge"]
|
||||||
|
|
||||||
COPY . /go/src/github.com/42wim/matterbridge
|
COPY . /go/src/github.com/42wim/matterbridge
|
||||||
RUN apk update && apk add go git gcc musl-dev ca-certificates \
|
RUN apk update && apk add go git gcc musl-dev ca-certificates mailcap \
|
||||||
&& cd /go/src/github.com/42wim/matterbridge \
|
&& cd /go/src/github.com/42wim/matterbridge \
|
||||||
&& export GOPATH=/go \
|
&& export GOPATH=/go \
|
||||||
&& go get \
|
&& go get \
|
||||||
|
Loading…
Reference in New Issue
Block a user