Skip to content

Commit 79a2e46

Browse files
committed
Update dockerfile to 1.7 and introduce vendor/
1 parent 519761d commit 79a2e46

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+10156
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
FROM golang:1.6.2
1+
FROM golang:1.7
22
MAINTAINER Server Team "[email protected]"
33

44
RUN apt-get -qq update && apt-get install -y build-essential cmake ninja-build
55
ADD . /go/src/github.com/devsisters/goquic
66

77
WORKDIR /go/src/github.com/devsisters/goquic
88
RUN ./build_libs.sh -a -r
9-
RUN go get github.com/oleiade/lane github.com/vanillahsu/go_reuseport github.com/gorilla/handlers golang.org/x/net/http2
109
RUN go build $GOPATH/src/github.com/devsisters/goquic/example/reverse_proxy.go
1110

1211
EXPOSE 8080

vendor/github.com/gorilla/handlers/LICENSE

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/gorilla/handlers/README.md

+53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/gorilla/handlers/canonical.go

+74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/gorilla/handlers/compress.go

+145
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)