mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-07-06 09:35:52 +02:00
manylinux: Deduplicate install-skbuild.sh and rename to install-python-packages.sh
This commit is contained in:
@ -9,8 +9,8 @@ RUN cd /opt && \
|
||||
cd admin/runit-2.1.2 && \
|
||||
./package/install
|
||||
|
||||
COPY manylinux-x64/install-skbuild.sh /usr/local/bin
|
||||
RUN /usr/local/bin/install-skbuild.sh
|
||||
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