X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fbuild_rpm%2FDockerfile;fp=ci%2Fbuild_rpm%2FDockerfile;h=b341fcc2a3705c3415f2faf7a1501decc862ad14;hb=c032cadb1e645bf60cfd9276ed2660cc602a0e25;hp=0000000000000000000000000000000000000000;hpb=64df7bc3bc70d49153409436b411fb327691a4d5;p=stor4nfv.git diff --git a/ci/build_rpm/Dockerfile b/ci/build_rpm/Dockerfile new file mode 100644 index 0000000..b341fcc --- /dev/null +++ b/ci/build_rpm/Dockerfile @@ -0,0 +1,9 @@ +#!/bin/bash + +FROM centos +RUN yum -y update && yum -y install \ + git \ + cmake \ + python-pip \ + rpm \ + rpm-build