summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2018-05-31 16:53:14 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2018-05-31 16:53:14 -0700
commit3cb22eef0b86baed98c9f00d35a328d0212d14a1 (patch)
treed63b6d271fc0974f6ceb548c667fabe9c3190346
parent4edda4842392abebc0531f79e838047c6b97be16 (diff)
downloadironic-python-agent-3cb22eef0b86baed98c9f00d35a328d0212d14a1.tar.gz
Fix Dockerfile for Debian Jessie
As we learned in I488445dfd261b7bca322a0be7b4d8ca6105750a3 that the the docker file needed to change, this is a targeted change to address the docker file contents and not update the coreos version that is built. This is being done to fix the stable branch builds. Change-Id: I7251dc7deac788716adad7b596f25fd1633cf289
-rw-r--r--Dockerfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 8c7a56a6..3dcd581d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,9 +23,10 @@ RUN echo 'deb http://http.us.debian.org/debian jessie-backports main' > /etc/apt
# image on disk
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 psmisc dosfstools && \
+ proxy.sh apt-get install -y --no-install-recommends netbase gdisk \
+ python2.7 python2.7-dev python-pip qemu-utils parted hdparm \
+ util-linux genisoimage git gcc bash coreutils tgt dmidecode \
+ ipmitool psmisc dosfstools open-iscsi udev && \
proxy.sh apt-get --only-upgrade -t jessie-backports install -y qemu-utils
# Some cleanup