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 \ ...@@ -17,6 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
wget \ wget \
rsync \ rsync \
time \ time \
qemu-utils \
ecdsautils \ ecdsautils \
lua-check \ lua-check \
shellcheck \ shellcheck \
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
set -e set -e
apt-get -y update 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 apt-get -y clean
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
...@@ -38,7 +38,7 @@ freshly installed Debian Stretch system the following packages are required: ...@@ -38,7 +38,7 @@ freshly installed Debian Stretch system the following packages are required:
* `libssl-dev` * `libssl-dev`
* `wget` * `wget`
* `time` (built-in `time` doesn't work) * `time` (built-in `time` doesn't work)
* `qemu-utils`
Building the images Building the images
------------------- -------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment