mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-23 09:04:27 +01:00
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
|
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
|