Skip to content

Commit

Permalink
Renamed Dockerfile to better reflect its usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jussi Nummelin committed Sep 4, 2015
1 parent e230e01 commit fba7d90
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile.build.alpine
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM gliderlabs/alpine:3.2
MAINTAINER Jussi Nummelin <[email protected]>
RUN apk-install bash go bzr git mercurial subversion openssh-client ca-certificates

RUN mkdir -p /go/src /go/bin && chmod -R 777 /go
ENV GOPATH /go
ENV PATH /go/bin:$PATH
WORKDIR /go
RUN go get github.com/constabulary/gb/...

0 comments on commit fba7d90

Please sign in to comment.