Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Commit 04e1f20

Browse files
1 parent f97ea86 commit 04e1f20

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# gometalinter
44
# bash
55
# dep
6+
# dep-dl https://github.com/take-cheeze/dep-dl
67
# golang
78
FROM node:8.11.3-stretch AS build-env
89
FROM golang:1.10.3
@@ -20,4 +21,5 @@ RUN go get -u gopkg.in/alecthomas/gometalinter.v2 && \
2021
tar xvzf ghr_${GHR_VERSION}_linux_amd64.tar.gz && \
2122
mv ghr_${GHR_VERSION}_linux_amd64/ghr /usr/local/bin && \
2223
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

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ https://hub.docker.com/r/suzukishunsuke/go-ci/
77
* Debian Stretch
88
* Golang 1.10.3
99
* [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
1011
* [gometalinter](https://github.com/alecthomas/gometalinter)
1112
* [ghr v0.10.2](https://github.com/tcnksm/ghr)
1213
* [gox](https://github.com/mitchellh/gox)

0 commit comments

Comments
 (0)