Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gitlab Omnibus Builder
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
What's new
5
Snippets
Groups
Projects
gitlab-org
Gitlab Omnibus Builder
Commits
ef7f3f0b
Unverified
Commit
ef7f3f0b
authored
10 months ago
by
Alec Xu
Browse files
Options
Downloads
Patches
Plain Diff
Remove superfluous hardcode
parent
6bc7e569
Branches
centos-7-mirrorlist-is-eol
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/Dockerfile_centos_7.erb
+0
-1
0 additions, 1 deletion
docker/Dockerfile_centos_7.erb
with
0 additions
and
1 deletion
docker/Dockerfile_centos_7.erb
+
0
−
1
View file @
ef7f3f0b
...
...
@@ -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 \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment