Skip to content

Commit fa37c06

Browse files
author
crashdev226
committed
Fix incorrect mention of libedit
BTW we could use libedit for readline, but it appears to be a secondary alternative, and not without issues (e.g. docker-library/php#1187). Let's stick to readline.
1 parent a9d324a commit fa37c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-devel/cpu-x86.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ RUN make && make install
340340

341341
###############################################################################
342342
# Install some dev files for using old libraries already on the system
343-
# readline-devel : needed for the --with-libedit flag
343+
# readline-devel : needed for the readline extension
344344
# gettext-devel : needed for the --with-gettext flag
345345
# libicu-devel : needed for intl
346346
# libxslt-devel : needed for the XSL extension

0 commit comments

Comments
 (0)