manylinux: Consolidate common content into common.manylinux

This commit is contained in:
Matt McCormick
2016-11-03 21:33:24 -04:00
committed by Jean-Christophe Fillion-Robin
parent d41d7f919e
commit 26c5447d29
4 changed files with 16 additions and 24 deletions

10
common.manylinux Normal file
View File

@ -0,0 +1,10 @@
RUN cd /opt && \
wget "http://smarden.org/runit/runit-2.1.2.tar.gz" && \
tar xvzf runit-2.1.2.tar.gz && \
cd admin/runit-2.1.2 && \
./package/install
COPY manylinux-common/install-python-packages.sh /usr/local/bin
RUN /usr/local/bin/install-python-packages.sh
RUN yum -y install sudo