contrib/docker/centos7
author Jun Wu <quark@fb.com>
Wed, 10 Feb 2016 16:59:34 +0000
changeset 28155 7f430b2ac7fd
parent 23033 1d354814ff4d
child 34423 1baa077214ae
permissions -rw-r--r--
extensions: add notloaded method to return extensions failed to load Before this patch, there is no easy way to detect if there are extensions failed to load. While this is okay for most situations, chgserver is designed to preload all extensions specified in config and does need the information. This patch adds extensions.notloaded() to return names of extensions failed to load.

FROM centos:centos7
RUN yum install -y gcc
RUN yum install -y python-devel python-docutils
RUN yum install -y make
RUN yum install -y rpm-build
RUN yum install -y gettext
RUN yum install -y tar
# For creating repo meta data
RUN yum install -y createrepo