manylinux: Remove rh devtoolset sudo

This requires that sudo supports '-E', which gosu does not.
This commit is contained in:
Matt McCormick 2017-05-20 23:27:44 -04:00
parent 68962e0e84
commit e513a262e1

View File

@ -12,6 +12,7 @@ RUN set -x \
&& chmod +x /usr/bin/gosu \
&& gosu nobody true \
&& yum clean all
RUN rm /opt/rh/devtoolset-2/root/usr/bin/sudo
COPY manylinux-common/install-python-packages.sh /usr/local/bin
RUN /usr/local/bin/install-python-packages.sh