This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new c6aa675 centos:7 image - Add devtoolset-10 (#258)
c6aa675 is described below
commit c6aa675c5178dc4339dfe4a0c1a2f753f3f2a707
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Oct 24 13:54:02 2023 -0500
centos:7 image - Add devtoolset-10 (#258)
---
docker/centos7/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/centos7/Dockerfile b/docker/centos7/Dockerfile
index ca0bdd4..ff78832 100644
--- a/docker/centos7/Dockerfile
+++ b/docker/centos7/Dockerfile
@@ -28,7 +28,7 @@ RUN pip3 install --upgrade pip
RUN pip3 install pipenv httpbin
RUN \
yum install -y centos-release-scl; \
- yum -y install devtoolset-8 devtoolset-11 devtoolset-9-libasan-devel
+ yum -y install devtoolset-8 devtoolset-10 devtoolset-11
devtoolset-9-libasan-devel
# We put our custom packages in /opt.
RUN echo 'PATH=/opt/bin:$PATH' | tee -a /etc/profile.d/opt_bin.sh