Added dos2unix package to build rpms

This commit is contained in:
Alvin Moore 2019-05-11 07:52:51 -07:00
parent 4d32909837
commit 0840271ddc
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN yum install -y yum-utils &&\
yum -y install centos-release-scl epel-release &&\
yum -y install devtoolset-7 mono-core java-1.8.0-openjdk-devel \
rh-python36-python-devel rh-ruby24 golang python27 \
rpm-build debbuild python-pip npm &&\
rpm-build debbuild python-pip npm dos2unix &&\
pip install boto3==1.1.1
USER root