summaryrefslogtreecommitdiffstats
path: root/ci/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/Dockerfile')
-rw-r--r--ci/Dockerfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/ci/Dockerfile b/ci/Dockerfile
deleted file mode 100644
index 04c46b5b1..000000000
--- a/ci/Dockerfile
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-
-FROM centos
-RUN yum -y update && yum -y install \
- git \
- gcc \
- gcc-c++ \
- zlib-devel \
- gtk2-devel \
- glib2-devel \
- make \
- gettext \
- openssl-devel \
- bc \
- bison\
- flex\
- rpm \
- rpm-build \ No newline at end of file