We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8cf6ea commit 15f7346Copy full SHA for 15f7346
dev/docker/Dockerfile.centos8-dynamic-build
@@ -3,7 +3,7 @@ FROM centos:8
3
RUN sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-* || true
4
RUN sed -i -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-* || true
5
6
-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
7
RUN dnf install -y --setopt=install_weak_deps=False gcc-toolset-11
8
RUN echo "check_certificate = off" >> ~/.wgetrc
9
0 commit comments