Skip to content

Commit d65240f

Browse files
authored
Merge pull request #77 from cyberark/fix-ubi-ruby-builder
Update ubi-ruby-builder readline-devel reference
2 parents 664b1f3 + 29c5a31 commit d65240f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

ubi-ruby-builder/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ RUN yum install -y --setopt=tsflags=nodocs gcc \
1515
openssl-devel \
1616
wget \
1717
zlib-devel
18-
RUN yum install -y --setopt=tsflags=nodocs http://mirror.centos.org/centos/8/BaseOS/x86_64/os/Packages/readline-devel-7.0-10.el8.x86_64.rpm
19-
18+
RUN yum install -y --setopt=tsflags=nodocs http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/Packages/readline-devel-7.0-10.el8.x86_64.rpm
2019

2120
## Compile ruby
2221
RUN wget --quiet https://cache.ruby-lang.org/pub/ruby/$RUBY_MAJOR_VERSION/ruby-$RUBY_FULL_VERSION.tar.gz && \

ubi-ruby-fips/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG BUNDLER_VERSION
1111

1212
RUN yum -y update && \
1313
### We need libreadline-dev for its readline capabilities
14-
yum install -y --setopt=tsflags=nodocs http://mirror.centos.org/centos/8/BaseOS/x86_64/os/Packages/readline-devel-7.0-10.el8.x86_64.rpm && \
14+
yum install -y --setopt=tsflags=nodocs http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/Packages/readline-devel-7.0-10.el8.x86_64.rpm && \
1515
### Install openssl, postgresql client
1616
yum install -y openssl && \
1717
yum install -y https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-8-x86_64/postgresql10-libs-10.16-1PGDG.rhel8.x86_64.rpm \

0 commit comments

Comments
 (0)