mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-20 09:54:28 +02:00
Merge pull request #143 from thewtex/manylinux-sudo
manylinux: Remove rh devtoolset sudo
This commit is contained in:
@ -12,6 +12,7 @@ RUN set -x \
|
|||||||
&& chmod +x /usr/bin/gosu \
|
&& chmod +x /usr/bin/gosu \
|
||||||
&& gosu nobody true \
|
&& gosu nobody true \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
RUN rm /opt/rh/devtoolset-2/root/usr/bin/sudo
|
||||||
|
|
||||||
COPY manylinux-common/install-python-packages.sh /usr/local/bin
|
COPY manylinux-common/install-python-packages.sh /usr/local/bin
|
||||||
RUN /usr/local/bin/install-python-packages.sh
|
RUN /usr/local/bin/install-python-packages.sh
|
||||||
|
Reference in New Issue
Block a user