Skip to content

Commit

Permalink
Merge pull request #81 from smartcontractkit/sish/fix-build-image
Browse files Browse the repository at this point in the history
Fix docker build image
  • Loading branch information
stackman27 authored Jul 2, 2024
2 parents b683939 + 6551473 commit e25cdbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builds/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ USER root

# Dependencies
# change deprecated mirror to vault.centos.org
RUN sed -i 's|^mirrorlist=|#mirrorlist=|g' /etc/yum.repos.d/CentOS-AppStream.repo
RUN sed -i 's|^#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-AppStream.repo
RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*

# install go and git
RUN dnf install -y golang git
Expand Down

0 comments on commit e25cdbd

Please sign in to comment.