Skip to content

Commit

Permalink
additional devtoolset packages
Browse files Browse the repository at this point in the history
issue #12
  • Loading branch information
Scott M Anderson committed Mar 8, 2021
1 parent fbf50d6 commit 433ae17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions image/centos7-pro.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ RUN yum -y update \
devtoolset-7-binutils `#scl` \
devtoolset-7-gcc `#scl` \
devtoolset-7-gcc-c++ `#scl` \
devtoolset-7-libasan-devel `#scl` \
devtoolset-7-libtsan-devel `#scl` \
devtoolset-7-gdb `#scl` \
git224 `#ius.io` \
&& yum clean all
# cmake
Expand Down

0 comments on commit 433ae17

Please sign in to comment.