Install dpkg-dev package to docker

We need this package for "dpkg-scanpackages" utility

Closes-bug:#1516550
Change-Id: Icd9699a4d7d13af3224965f187539e6b14c82d07
This commit is contained in:
Vladimir Khlyunev 2015-11-16 12:57:16 +03:00
parent f3363b2a79
commit c022bd1329
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ class FuelPluginBuilder(BaseActions):
:return: nothing
"""
fpb_cmd = """bash -c 'yum -y install git tar createrepo \
rpm dpkg-devel rpm-build;
rpm dpkg-devel dpkg-dev rpm-build;
git clone {0};
cd fuel-plugins;
python setup.py sdist;