Skip to content

Commit

Permalink
Start bumping version
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed Jul 13, 2023
1 parent fe7080d commit 2add10b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN pip3 install cmake==3.23.3
# Upgrade gcc8
# The setup part is partially based on Austin Dewey's article:
# https://austindewey.com/2019/03/26/enabling-software-collections-binaries-on-a-docker-image/
RUN yum install -y centos-release-scl && yum install -y devtoolset-8 && yum clean all && \
RUN yum install -y centos-release-scl && yum install -y devtoolset-7 && yum clean all && \
echo "source scl_source enable devtoolset-7" > /etc/profile.d/scl_devtoolset8.sh
COPY --chown=0:0 config/scl_setup_devtoolset7 /usr/local/bin/scl_setup
ENV BASH_ENV="/usr/local/bin/scl_setup"
Expand Down

0 comments on commit 2add10b

Please sign in to comment.