mirror of
https://github.com/docker-library/ruby.git
synced 2022-11-09 11:41:34 -05:00
Switch libedit for readline to fix irb segfaults
This commit is contained in:
parent
c88f3a67da
commit
8185fd390f
4 changed files with 8 additions and 4 deletions
|
@ -27,7 +27,6 @@ RUN set -ex \
|
|||
gdbm-dev \
|
||||
glib-dev \
|
||||
libc-dev \
|
||||
libedit-dev \
|
||||
libffi-dev \
|
||||
libxml2-dev \
|
||||
libxslt-dev \
|
||||
|
@ -36,6 +35,8 @@ RUN set -ex \
|
|||
ncurses-dev \
|
||||
openssl-dev \
|
||||
procps \
|
||||
# https://bugs.ruby-lang.org/issues/11869 and https://github.com/docker-library/ruby/issues/75
|
||||
readline-dev \
|
||||
ruby \
|
||||
yaml-dev \
|
||||
zlib-dev \
|
||||
|
|
|
@ -27,7 +27,6 @@ RUN set -ex \
|
|||
gdbm-dev \
|
||||
glib-dev \
|
||||
libc-dev \
|
||||
libedit-dev \
|
||||
libffi-dev \
|
||||
libxml2-dev \
|
||||
libxslt-dev \
|
||||
|
@ -36,6 +35,8 @@ RUN set -ex \
|
|||
ncurses-dev \
|
||||
openssl-dev \
|
||||
procps \
|
||||
# https://bugs.ruby-lang.org/issues/11869 and https://github.com/docker-library/ruby/issues/75
|
||||
readline-dev \
|
||||
ruby \
|
||||
yaml-dev \
|
||||
zlib-dev \
|
||||
|
|
|
@ -27,7 +27,6 @@ RUN set -ex \
|
|||
gdbm-dev \
|
||||
glib-dev \
|
||||
libc-dev \
|
||||
libedit-dev \
|
||||
libffi-dev \
|
||||
libxml2-dev \
|
||||
libxslt-dev \
|
||||
|
@ -36,6 +35,8 @@ RUN set -ex \
|
|||
ncurses-dev \
|
||||
openssl-dev \
|
||||
procps \
|
||||
# https://bugs.ruby-lang.org/issues/11869 and https://github.com/docker-library/ruby/issues/75
|
||||
readline-dev \
|
||||
ruby \
|
||||
yaml-dev \
|
||||
zlib-dev \
|
||||
|
|
|
@ -27,7 +27,6 @@ RUN set -ex \
|
|||
gdbm-dev \
|
||||
glib-dev \
|
||||
libc-dev \
|
||||
libedit-dev \
|
||||
libffi-dev \
|
||||
libxml2-dev \
|
||||
libxslt-dev \
|
||||
|
@ -36,6 +35,8 @@ RUN set -ex \
|
|||
ncurses-dev \
|
||||
openssl-dev \
|
||||
procps \
|
||||
# https://bugs.ruby-lang.org/issues/11869 and https://github.com/docker-library/ruby/issues/75
|
||||
readline-dev \
|
||||
ruby \
|
||||
yaml-dev \
|
||||
zlib-dev \
|
||||
|
|
Loading…
Reference in a new issue