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:
parent
524918a027
commit
b0f1c13b9e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user