Update the path to project from hack
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
38f761cf16
commit
1272b74cc0
|
@ -10,7 +10,7 @@ RUN go get github.com/docker/docker/pkg/term
|
||||||
RUN mkdir /busybox && \
|
RUN mkdir /busybox && \
|
||||||
curl -sSL 'https://github.com/jpetazzo/docker-busybox/raw/buildroot-2014.02/rootfs.tar' | tar -xC /busybox
|
curl -sSL 'https://github.com/jpetazzo/docker-busybox/raw/buildroot-2014.02/rootfs.tar' | tar -xC /busybox
|
||||||
|
|
||||||
RUN curl -sSL https://raw.githubusercontent.com/docker/docker/master/hack/dind -o /dind && \
|
RUN curl -sSL https://raw.githubusercontent.com/docker/docker/master/project/dind -o /dind && \
|
||||||
chmod +x /dind
|
chmod +x /dind
|
||||||
|
|
||||||
COPY . /go/src/github.com/docker/libcontainer
|
COPY . /go/src/github.com/docker/libcontainer
|
||||||
|
|
Loading…
Reference in New Issue