contrib/docker/fedora20
author Jun Wu <quark@fb.com>
Sun, 25 Dec 2016 23:32:11 +0000
changeset 30679 fe11f466880d
parent 22444 49ea49823769
child 34423 1baa077214ae
permissions -rw-r--r--
chg: handle connect failure before errno gets overridden This patch moves the error handling logic up so that errno after connect won't be overridden.

FROM fedora:20
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
# For creating repo meta data
RUN yum install -y createrepo