We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c8969c + 4530ecb commit 7be8016Copy full SHA for 7be8016
1 file changed
rootfs/Dockerfile
@@ -59,6 +59,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
59
&& rm docker-17.05.0-ce.tgz \
60
&& go get -u -v \
61
github.com/alecthomas/gometalinter \
62
+ gopkg.in/alecthomas/gometalinter.v2 \
63
github.com/onsi/ginkgo/ginkgo \
64
github.com/mitchellh/gox \
65
github.com/golang/protobuf/protoc-gen-go \
@@ -68,6 +69,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
68
69
github.com/axw/gocov/gocov \
70
github.com/AlekSi/gocov-xml \
71
&& gometalinter --install \
72
+ && gometalinter.v2 --install \
73
&& pip install --disable-pip-version-check --no-cache-dir azure-cli==${AZCLI_VERSION} shyaml \
74
&& apt-get purge --auto-remove -y libffi-dev python-dev python-pip
75
0 commit comments