author | Gregory Szorc <gregory.szorc@gmail.com> |
Wed, 26 Sep 2018 08:46:56 -0700 | |
changeset 39840 | a9f56e4501c1 |
parent 38457 | 11eda1f1b6e7 |
child 41234 | 4c0d4bbdc395 |
permissions | -rw-r--r-- |
FROM centos:centos6 RUN groupadd -g 1000 build && \ useradd -u 1000 -g 1000 -s /bin/bash -d /build -m build RUN yum install -y \ gcc \ gettext \ make \ python-devel \ python-docutils \ rpm-build \ tar # For creating repo meta data RUN yum install -y createrepo # For python RUN yum install -y \ bzip2-devel \ ncurses-devel \ openssl-devel \ readline-devel \ zlib-devel