docs contrib: add dependency on qemu-utils
This commit is contained in:
parent
ddd0d35d2e
commit
2aa6f90bb3
@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
wget \
|
||||
rsync \
|
||||
time \
|
||||
qemu-utils \
|
||||
ecdsautils \
|
||||
lua-check \
|
||||
shellcheck \
|
||||
|
@ -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/*
|
||||
|
@ -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
|
||||
-------------------
|
||||
|
Loading…
Reference in New Issue
Block a user