Add psmisc and dosfstools to IPA packages list

This commit adds the 'psmisc' and 'dosfstools'
packages for python-ironic-agent. 'psmisc' is required
by fuser command and dosfstools is required by
mkfs for vfat creation.

Partial-Bug: 1526289
Change-Id: I30bda5cd50c66d3a22ea611ad3ae7f43533d5770
This commit is contained in:
Nisha Agarwal 2016-03-21 14:31:52 +00:00
parent 4f1caf11e9
commit b9368292c7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN proxy.sh apt-get update && \
proxy.sh apt-get -y upgrade && \
proxy.sh apt-get install -y --no-install-recommends gdisk python2.7 python2.7-dev \
python-pip qemu-utils parted hdparm util-linux genisoimage git gcc \
bash coreutils tgt dmidecode ipmitool && \
bash coreutils tgt dmidecode ipmitool psmisc dosfstools && \
proxy.sh apt-get --only-upgrade -t testing install -y qemu-utils
# Some cleanup