From 52e53814ea860919f8ddf2c82a6b24d41630072c Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 14 Dec 2015 12:16:18 -0600 Subject: [PATCH] Add unshare image to s390x Dockerfile This adds unshare image to Dockerfile.s390x Signed-off-by: Christopher Jones --- Dockerfile.s390x | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.s390x b/Dockerfile.s390x index ef42d2371c..c035979d48 100644 --- a/Dockerfile.s390x +++ b/Dockerfile.s390x @@ -80,7 +80,8 @@ ENV IMAGEREPO s390x COPY contrib/download-frozen-image-v2.sh /go/src/github.com/docker/docker/contrib/ RUN ./contrib/download-frozen-image-v2.sh /docker-frozen-images \ $IMAGEREPO/busybox:latest \ - $IMAGEREPO/hello-world:frozen + $IMAGEREPO/hello-world:frozen \ + $IMAGEREPO/unshare:latest # Wrap all commands in the "docker-in-docker" script to allow nested containers ENTRYPOINT ["hack/dind"]