File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2221RUN wget --quiet https://cache.ruby-lang.org/pub/ruby/$RUBY_MAJOR_VERSION/ruby-$RUBY_FULL_VERSION.tar.gz && \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ARG BUNDLER_VERSION
1111
1212RUN 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 \
You can’t perform that action at this time.
0 commit comments