mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
commit
This commit is contained in:
parent
30c8755db8
commit
4ef885c215
|
@ -2,7 +2,10 @@ FROM golang:latest
|
|||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN go get github.com/Sirupsen/logrus
|
||||
RUN go get github.com/coreos/go-etcd/etcd
|
||||
RUN go get github.com/coreos/go-etcd/etcd && \
|
||||
cd /go/src/github.com/coreos/go-etcd && \
|
||||
git checkout 6654a8c3055c6154c3f9dfd78c852ada46a2bed0 && \
|
||||
go install github.com/coreos/go-etcd/etcd
|
||||
|
||||
ADD ./main.go /src/main.go
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user