mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Fix path to /dind
That script was moved a few days ago https://github.com/docker/docker/pull/11373 Signed-off-by: Andrew Vagin <avagin@openvz.org>
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ RUN go get github.com/docker/docker/pkg/term
|
||||
RUN mkdir /busybox && \
|
||||
curl -sSL 'https://github.com/jpetazzo/docker-busybox/raw/buildroot-2014.11/rootfs.tar' | tar -xC /busybox
|
||||
|
||||
RUN curl -sSL https://raw.githubusercontent.com/docker/docker/master/project/dind -o /dind && \
|
||||
RUN curl -sSL https://raw.githubusercontent.com/docker/docker/master/hack/dind -o /dind && \
|
||||
chmod +x /dind
|
||||
|
||||
COPY . /go/src/github.com/docker/libcontainer
|
||||
|
||||
Reference in New Issue
Block a user