summaryrefslogtreecommitdiffstats
path: root/ci/build_rpm/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/build_rpm/Dockerfile')
-rw-r--r--ci/build_rpm/Dockerfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/ci/build_rpm/Dockerfile b/ci/build_rpm/Dockerfile
new file mode 100644
index 000000000..6d6d3ba35
--- /dev/null
+++ b/ci/build_rpm/Dockerfile
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+FROM centos
+RUN yum -y update && yum -y install \
+ git \
+ gcc \
+ gcc-c++ \
+ zlib-devel \
+ gtk2-devel \
+ make \
+ gettext \
+ bc \
+ rpm \
+ rpm-build