From aaa55785ba797a3094b878e670c5d8ad0f96d906 Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Wed, 12 Jul 2017 19:16:37 -0300 Subject: [PATCH] Add QEMU for moby --- Dockerfile.dind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dind b/Dockerfile.dind index 378fdfd..4c58bc3 100644 --- a/Dockerfile.dind +++ b/Dockerfile.dind @@ -1,7 +1,7 @@ ARG VERSION=docker:17.06.0-ce-dind FROM ${VERSION} -RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash-completion bash util-linux jq openssh +RUN apk add --no-cache git tmux py2-pip apache2-utils vim build-base gettext-dev curl bash-completion bash util-linux jq openssh qemu-img qemu-system-x86_64 ENV GOPATH /root/go ENV PATH $PATH:$GOPATH