From e513a262e15a4b64ffebf28a2160e3279b89bc0c Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Sat, 20 May 2017 23:27:44 -0400 Subject: [PATCH] manylinux: Remove rh devtoolset sudo This requires that sudo supports '-E', which gosu does not. --- common.manylinux | 1 + 1 file changed, 1 insertion(+) diff --git a/common.manylinux b/common.manylinux index 6e1b39b..0d1a60a 100644 --- a/common.manylinux +++ b/common.manylinux @@ -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