This repository was archived by the owner on Feb 14, 2020. It is now read-only.
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
# gometalinter
4
4
# bash
5
5
# dep
6
+ # dep-dl https://github.com/take-cheeze/dep-dl
6
7
# golang
7
8
FROM node:8.11.3-stretch AS build-env
8
9
FROM golang:1.10.3
@@ -20,4 +21,5 @@ RUN go get -u gopkg.in/alecthomas/gometalinter.v2 && \
20
21
tar xvzf ghr_${GHR_VERSION}_linux_amd64.tar.gz && \
21
22
mv ghr_${GHR_VERSION}_linux_amd64/ghr /usr/local/bin && \
22
23
rm -R ghr_${GHR_VERSION}_linux_amd64 && \
23
- go get github.com/mitchellh/gox
24
+ go get github.com/mitchellh/gox && \
25
+ go get -u github.com/take-cheeze/dep-dl
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ https://hub.docker.com/r/suzukishunsuke/go-ci/
7
7
* Debian Stretch
8
8
* Golang 1.10.3
9
9
* [ dep] ( https://github.com/golang/dep )
10
+ * [ dep-dl] ( https://github.com/take-cheeze/dep-dl ) https://github.com/golang/dep/issues/289#issuecomment-385968184
10
11
* [ gometalinter] ( https://github.com/alecthomas/gometalinter )
11
12
* [ ghr v0.10.2] ( https://github.com/tcnksm/ghr )
12
13
* [ gox] ( https://github.com/mitchellh/gox )
You can’t perform that action at this time.
0 commit comments