Skip to content

Commit

Permalink
Merge pull request #6 from gravitational/fred/fix-build-issues-1
Browse files Browse the repository at this point in the history
Fixed image building problem on centos 8
  • Loading branch information
fheinecke authored Apr 11, 2024
2 parents b778684 + c25149e commit 1da774d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion centos/8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ RUN set -x \
-e 's/^mirrorlist/#mirrorlist/g' \
-e 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' \
/etc/yum.repos.d/CentOS-* \
&& yum install -y ruby-devel rubygems gcc make rpmdevtools rpm-sign \
&& yum module -y enable ruby:3.0 \
&& yum install -y ruby rubygems gcc make rpmdevtools rpm-sign \
&& gem install fpm -v 1.15.1 \
&& yum clean all \
&& mkdir /src
Expand Down

0 comments on commit 1da774d

Please sign in to comment.