summaryrefslogtreecommitdiffstats
path: root/ci/Dockerfile
blob: 04c46b5b154299d2ef7060cca80a33fcffc7ac74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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