Skip to content

Commit

Permalink
Go get lines in docker to go get ./...
Browse files Browse the repository at this point in the history
  • Loading branch information
tebben committed Jul 17, 2017
1 parent 029e642 commit f7382b7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ FROM golang:latest
RUN apt-get update
RUN mkdir -p /go/src/github.com/gost/server/
ADD . /go/src/github.com/gost/server
RUN go get github.com/gorilla/mux
RUN go get gopkg.in/yaml.v2
RUN go get github.com/lib/pq
RUN go get github.com/gost/now
RUN go get github.com/gost/godata
RUN go get github.com/eclipse/paho.mqtt.golang
RUN go get ./...
RUN go build -o /go/bin/gost/gost github.com/gost/server
RUN cp /go/src/github.com/gost/server/config.yaml /go/bin/gost/config.yaml
WORKDIR /go/bin/gost
Expand Down

0 comments on commit f7382b7

Please sign in to comment.