Make image with build tools
[git-tools-moved-to-github.git] / id-deb-build / in-docker-rpm.sh
index fe68b2f..fa41656 100755 (executable)
@@ -2,14 +2,6 @@
 # in-docker-rpm.sh
 
 set -x
-DIST=$1
-STEP=$2
-
-yum install -y wget yum-utils rpm-build gcc gcc-c++ make
-
-rpm --import http://ftp.indexdata.com/pub/yum/centos/$STEP/RPM-GPG-KEY-indexdata
-
-wget http://ftp.indexdata.com/pub/yum/centos/$STEP/indexdata.repo -P /etc/yum.repos.d/
 
 echo "%_topdir /build/rpmbuild" >$HOME/.rpmmacros
 echo "%_source_filedigest_algorithm   0" >>$HOME/.rpmmacros