generate vdmk

This commit is contained in:
Pascal Vizeli
2018-03-20 15:55:27 +01:00
parent ca5d1b2ae6
commit 287f776d88
3 changed files with 5 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ FROM ubuntu:16.04
RUN apt-get update && apt-get install -y \
wget patch vim cpio python unzip rsync bc bzip2 ncurses-dev \
git make g++ file perl bash binutils locales
git make g++ file perl bash binutils locales qemu-utils
# Get buildroot
WORKDIR /build