summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNisha Agarwal <agarwalnisha1980@gmail.com>2016-03-21 14:31:52 +0000
committerNisha Agarwal <agarwalnisha1980@gmail.com>2016-03-21 15:04:12 +0000
commitb9368292c7946f17508ef2b4a77549773bab6ea9 (patch)
treefe1b67ff3924b5962042886e23ee66e03298b763
parent4f1caf11e93c69e383a806d2fa630c0a9fec9bfa (diff)
downloadironic-python-agent-b9368292c7946f17508ef2b4a77549773bab6ea9.tar.gz
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
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a3c27367..c4e6d56b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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