fix docker packaging for CentOS

It was missing git, which is necessary since we now rely on it to get
the current version of synergy-service.

Change-Id: Ifd334dd646ca9e9629e9224163f01380c2e5f1b6
Sem-Ver: bugfix
This commit is contained in:
Vincent Llorens 2016-10-21 13:39:23 +02:00
parent 524918a027
commit b0f1c13b9e
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ RUN yum install -y centos-release-openstack-liberty \
rpm-build \
python-devel \
python-setuptools \
git-core \
&& yum update -y
RUN mkdir /tmp/synergy-service
RUN useradd -m -p pkger pkger