Skip to content
Snippets Groups Projects
Commit 054dae17 authored by Alexey Kuklin's avatar Alexey Kuklin
Browse files

Update Dockerfile

parent e7bdedb5
No related branches found
No related tags found
No related merge requests found
Pipeline #24877 failed
...@@ -8,4 +8,4 @@ RUN go get -u github.com/golang/dep/cmd/dep github.com/ugorji/go/codec/codecge ...@@ -8,4 +8,4 @@ RUN go get -u github.com/golang/dep/cmd/dep github.com/ugorji/go/codec/codecge
ENV GOPATH /srv/ ENV GOPATH /srv/
ENV PATH "$PATH:/srv/bin/" ENV PATH "$PATH:/srv/bin/"
RUN go generate vendor/github.com/coreos/etcd/client/keys.go RUN go get github.com/coreos/etcd && go generate vendor/github.com/coreos/etcd/client/keys.go
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment