build package
[stor4nfv.git] / ci / build_rpm / Dockerfile
1 #!/bin/bash
2
3 FROM centos
4 RUN yum -y update && yum -y install \
5   git \
6   cmake \
7   python-pip \
8   rpm \
9   rpm-build