diff options
Diffstat (limited to 'ci/build_rpm')
-rw-r--r-- | ci/build_rpm/Dockerfile | 9 |
1 files changed, 9 insertions, 0 deletions
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 |