We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a73b6f + 58aaa9e commit 2fd1b29Copy full SHA for 2fd1b29
manylinux2014-x64/Dockerfile.in
@@ -8,6 +8,11 @@ ENV DEFAULT_DOCKCROSS_IMAGE dockcross/manylinux2014-x64
8
9
#include "common.docker"
10
11
+# Override yum to work around the problem with newly built libcurl.so.4
12
+# https://access.redhat.com/solutions/641093
13
+RUN echo $'#!/bin/bash\n\
14
+LD_PRELOAD=/usr/lib64/libcurl.so.4 /usr/bin/yum "$@"' > /usr/local/bin/yum && chmod a+x /usr/local/bin/yum
15
+
16
ENV CROSS_TRIPLE x86_64-linux-gnu
17
ENV CROSS_ROOT /opt/rh/devtoolset-8/root/usr/bin
18
ENV AS=${CROSS_ROOT}/as \
0 commit comments