Skip to content

Commit

Permalink
[VL] Follow-up fix for gcc upgrade PR (#7667)
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE authored Oct 24, 2024
1 parent d8cf6ea commit 15f7346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/docker/Dockerfile.centos8-dynamic-build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM centos:8
RUN sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-* || true
RUN sed -i -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-* || true

RUN yum update -y && yum install -y epel-release sudo dnf ccache
RUN yum update -y && yum install -y epel-release sudo dnf && yum install -y ccache
RUN dnf install -y --setopt=install_weak_deps=False gcc-toolset-11
RUN echo "check_certificate = off" >> ~/.wgetrc

Expand Down

0 comments on commit 15f7346

Please sign in to comment.