Add QEMU for moby

This commit is contained in:
Marcos Lilljedahl
2017-07-12 19:16:37 -03:00
parent 3be03b1b85
commit aaa55785ba

View File

@@ -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