Skip to content

Commit

Permalink
Update Dockerfile deps
Browse files Browse the repository at this point in the history
* Updated dependencies (failed build without musl-dev)
* `AUTHOR` is apparently not valid, so `MAINTAINER` it is... (too late for this)
* Built and tested on `rpi-zero1.local` (needs script)
  • Loading branch information
Lewiscowles1986 authored Jun 20, 2017
1 parent 681816f commit a605513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM armhf/alpine:3.5
AUTHOR CD2Team <[email protected]>
MAINTAINER CD2Team <[email protected]>

RUN set -x \
&& buildDeps='go git bzr' \
&& buildDeps='go git bzr musl-dev' \
&& apk add --update $buildDeps \
&& GOPATH=/tmp/gocode go get github.com/mailhog/MailHog \
&& mv /tmp/gocode/bin/MailHog /usr/local/bin/ \
Expand Down

0 comments on commit a605513

Please sign in to comment.