commit 755c73b31c24d6a8d0c47b3e1f3e42dfb1ad3d1e
Author: Wim <wim@42.be>
Date: Sat Jul 23 00:03:54 2016 +0000
diff --git a/Dockerfile b/Dockerfile
index 9f51ea4..82b343d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27 +27 @@ 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 \