docs contrib: add dependency on qemu-utils

This commit is contained in:
David Bauer 2021-01-12 15:24:20 +01:00
parent ddd0d35d2e
commit 2aa6f90bb3
3 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
wget \
rsync \
time \
qemu-utils \
ecdsautils \
lua-check \
shellcheck \

View File

@ -3,6 +3,6 @@
set -e
apt-get -y update
apt-get -y install git subversion build-essential python gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time
apt-get -y install git subversion build-essential python gawk unzip libncurses5-dev zlib1g-dev libssl-dev wget time qemu-utils
apt-get -y clean
rm -rf /var/lib/apt/lists/*

View File

@ -38,7 +38,7 @@ freshly installed Debian Stretch system the following packages are required:
* `libssl-dev`
* `wget`
* `time` (built-in `time` doesn't work)
* `qemu-utils`
Building the images
-------------------