diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2016-06-29 11:57:11 -0700 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2016-06-29 11:58:55 -0700 |
commit | b22fc3b0acd77c169d5928b6455bb4669f0bf5ca (patch) | |
tree | b4d8254c10545140038cb9ebd7bf42df8b4e907d /build/f_isoroot/f_kvm-pluginbuild | |
parent | 992397c95b4e133a1ab41bc20e2b58b072f9bbaf (diff) |
Move fuel plugin builder to Dockerfile
Change-Id: I5c2bc9f4331bedd7a1d3e78ba2f9b82027e566ef
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'build/f_isoroot/f_kvm-pluginbuild')
-rw-r--r-- | build/f_isoroot/f_kvm-pluginbuild/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/f_isoroot/f_kvm-pluginbuild/Makefile b/build/f_isoroot/f_kvm-pluginbuild/Makefile index 4b68475f2..ba2fd0be0 100644 --- a/build/f_isoroot/f_kvm-pluginbuild/Makefile +++ b/build/f_isoroot/f_kvm-pluginbuild/Makefile @@ -35,8 +35,6 @@ release:.kvmbuild .kvmbuild: # fix me @sudo rm -rf kvmfornfv - sudo apt-get -y install build-essential ruby-dev rubygems-integration python-pip git rpm createrepo dpkg-dev - sudo pip install fuel-plugin-builder ../../docker/ubuntu-builder/install_docker.sh git clone $(KVMFORNFV_REPO) cd kvmfornfv; \ |