diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-04-06 15:49:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-06 15:49:42 +0000 |
commit | 64af432a852c0c0f6b5afc11ddde7609932704db (patch) | |
tree | 2ea0ddfe52b0f7f2cb9a99f759bfd6fd6bebd85d /build/docker/Dockerfile | |
parent | 2e6b10e3767fd476b288415949b9d049174e00cc (diff) | |
parent | eb8fbde87578e3853ffd23e403fd46bac6039cd0 (diff) |
Merge "build/install: Add USB boot option"
Diffstat (limited to 'build/docker/Dockerfile')
-rw-r--r-- | build/docker/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/docker/Dockerfile b/build/docker/Dockerfile index e41d5ec28..ce0c595d4 100644 --- a/build/docker/Dockerfile +++ b/build/docker/Dockerfile @@ -20,7 +20,8 @@ RUN apt-get install -y software-properties-common python-software-properties \ make python-setuptools python-all dpkg-dev debhelper ruby-json \ fuseiso git genisoimage bind9-host wget curl lintian tmux lxc iptables \ ca-certificates sudo apt-utils lsb-release dosfstools debmirror p7zip-full \ - build-essential ruby-dev rubygems-integration python-pip git rpm createrepo dpkg-dev + build-essential ruby-dev rubygems-integration python-pip git rpm createrepo dpkg-dev \ + syslinux RUN gem install fpm RUN pip install git+https://github.com/openstack/fuel-plugins |