Skip to content

Commit

Permalink
Merge pull request #14 from wpears/builder-image
Browse files Browse the repository at this point in the history
keep sourcing
  • Loading branch information
wpears authored Sep 14, 2023
2 parents 9fe5d73 + f882c1c commit ead5a10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ead5a10

Please sign in to comment.