Skip to content
Snippets Groups Projects
Commit 2aa6f90b authored by David Bauer's avatar David Bauer
Browse files

docs contrib: add dependency on qemu-utils

parent ddd0d35d
No related branches found
No related tags found
No related merge requests found
......@@ -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
-------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment