mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
scripts: remove non-functional Dockerfile
This commit is contained in:
parent
4f330a9ba2
commit
e1d5caa7e8
12
Dockerfile
12
Dockerfile
@ -1,12 +0,0 @@
|
|||||||
FROM ubuntu:12.04
|
|
||||||
# Let's install go just like Docker (from source).
|
|
||||||
RUN apt-get update -q
|
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -qy build-essential curl git
|
|
||||||
RUN curl -s https://storage.googleapis.com/golang/go1.3.1.src.tar.gz | tar -v -C /usr/local -xz
|
|
||||||
RUN cd /usr/local/go/src && ./make.bash --no-clean 2>&1
|
|
||||||
ENV PATH /usr/local/go/bin:$PATH
|
|
||||||
ADD . /opt/etcd
|
|
||||||
RUN cd /opt/etcd && ./build
|
|
||||||
EXPOSE 4001 7001
|
|
||||||
ENTRYPOINT ["/opt/etcd/bin/etcd"]
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user