Browse code

Add unshare image to s390x Dockerfile This adds unshare image to Dockerfile.s390x

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>

Christopher Jones authored on 2015/12/15 03:16:18
Showing 1 changed files
... ...
@@ -80,7 +80,8 @@ ENV IMAGEREPO s390x
80 80
 COPY contrib/download-frozen-image-v2.sh /go/src/github.com/docker/docker/contrib/
81 81
 RUN ./contrib/download-frozen-image-v2.sh /docker-frozen-images \
82 82
 	$IMAGEREPO/busybox:latest \
83
-	$IMAGEREPO/hello-world:frozen 
83
+	$IMAGEREPO/hello-world:frozen \
84
+	$IMAGEREPO/unshare:latest 
84 85
 
85 86
 # Wrap all commands in the "docker-in-docker" script to allow nested containers
86 87
 ENTRYPOINT ["hack/dind"]