[build] Update readline version.

This commit is contained in:
Suresh Sundriyal 2023-07-12 16:17:21 -07:00
parent ed72362b50
commit 0ece2e4ac6

View File

@ -91,7 +91,7 @@ RUN curl -sSL https://www.libarchive.org/downloads/libarchive-3.6.2.tar.gz | tar
make install && \
cd /extract && rm -rf *
RUN curl -sSL https://ftp.gnu.org/gnu/readline/readline-6.3.tar.gz | tar xvzC /extract/ && \
RUN curl -sSL https://ftp.gnu.org/gnu/readline/readline-8.2.tar.gz | tar xvzC /extract/ && \
cd /extract/readline-* && \
./configure --prefix=/fake.root --disable-shared && \
make -j2 && \