Files
linuxkit/alpine/cloud/Dockerfile.azure-vhd-utils
French Ben 2954bcf1c7 Added docker image for VHD utils
Signed-off-by: French Ben <frenchben@docker.com>
2016-12-02 20:48:59 -08:00

13 lines
194 B
Docker

FROM golang:alpine
RUN apk add --update \
curl \
e2fsprogs \
syslinux \
multipath-tools \
git \
tar \
util-linux
RUN go get -u github.com/Microsoft/azure-vhd-utils