From f882c1cca7dab9af3cdfaac07ba3ed91b5e7379a Mon Sep 17 00:00:00 2001 From: Wyatt Pearsall Date: Thu, 14 Sep 2023 10:55:07 -0400 Subject: [PATCH] keep sourcing --- docker/builder/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/builder/Dockerfile b/docker/builder/Dockerfile index 166364fd5f1..95a3344ce92 100644 --- a/docker/builder/Dockerfile +++ b/docker/builder/Dockerfile @@ -20,6 +20,7 @@ WORKDIR ${BUILD_DIR} RUN yum -y update && \ yum install -y centos-release-scl && \ yum install -y rh-python38 gcc git && \ + echo "source scl_source enable rh-python38" > /etc/profile.d/scl_python.sh && \ source /etc/profile && \ pip install --no-cache-dir -U pip setuptools wheel && \ pip3 install --no-cache-dir -U pip setuptools wheel