build package
[stor4nfv.git] / ci / build_rpm / Dockerfile
diff --git a/ci/build_rpm/Dockerfile b/ci/build_rpm/Dockerfile
new file mode 100644 (file)
index 0000000..b341fcc
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+FROM centos
+RUN yum -y update && yum -y install \
+  git \
+  cmake \
+  python-pip \
+  rpm \
+  rpm-build