Add extra mimetypes to docker image. Fixes #969

This commit is contained in:
Wim 2020-01-07 23:33:58 +01:00
parent 62e38e7c45
commit 31dd538c0b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM alpine:edge
ENTRYPOINT ["/bin/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 \
&& export GOPATH=/go \
&& go get \