diff --git a/Dockerfile b/Dockerfile index d0bd8d7fa..9cf9d99d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && \ apt-get -y upgrade && \ apt-get install -y --no-install-recommends python2.7 python2.7-dev \ python-pip qemu-utils parted hdparm util-linux genisoimage git gcc \ - bash coreutils tgt && \ + bash coreutils tgt dmidecode ipmitool && \ apt-get --only-upgrade -t testing install -y qemu-utils # Some cleanup