Skip to content
Snippets Groups Projects
Unverified Commit ef7f3f0b authored by Alec Xu's avatar Alec Xu
Browse files

Remove superfluous hardcode

parent 6bc7e569
No related merge requests found
......@@ -30,7 +30,6 @@ RUN yum update -y -q \
&& yum install -y epel-release centos-release-scl \
&& sed -i 's|#[ \t]*baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* \
&& sed -i 's|mirrorlist|#mirrorlist|g' /etc/yum.repos.d/CentOS-* \
&& sed -i 's|\$basearch|x86_64|g' /etc/yum.repos.d/CentOS-SCLo-scl* \
&& yum install -y -q \
autoconf \
automake \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment