mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 21:19:26 +02:00
manylinux: Consolidate common content into common.manylinux
This commit is contained in:

committed by
Jean-Christophe Fillion-Robin

parent
d41d7f919e
commit
26c5447d29
10
common.manylinux
Normal file
10
common.manylinux
Normal 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
|
Reference in New Issue
Block a user