1
0
Fork 0
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:
Tianon Gravi 2016-03-29 14:53:18 -07:00
parent c88f3a67da
commit 8185fd390f
4 changed files with 8 additions and 4 deletions

View file

@ -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 \

View file

@ -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 \

View file

@ -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 \

View file

@ -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 \