Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3781503
D870.id2210.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D870.id2210.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,8 +25,6 @@
libxslt1-dev \
libxml2-dev \
libreadline-dev \
- libncursesw5-dev \
- libnewt-dev \
xz-utils
ENV LANG C.UTF-8
@@ -77,15 +75,12 @@
--with-readline \
--with-zlib \
--enable-zip \
- --with-newt \
&& make -j"$(nproc)" \
&& make install \
&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps \
&& make clean \
&& pecl install APCu \
- && pecl install ncurses \
- && pecl install newt \
&& cd /opt \
&& curl -sS https://getcomposer.org/installer | php \
&& ln -s /opt/composer.phar /usr/local/bin/composer
diff --git a/files/usr/local/etc/php/conf.d/ncurses.ini b/files/usr/local/etc/php/conf.d/ncurses.ini
deleted file mode 100644
--- a/files/usr/local/etc/php/conf.d/ncurses.ini
+++ /dev/null
@@ -1 +0,0 @@
-extension=ncurses.so
diff --git a/files/usr/local/etc/php/conf.d/newt.ini b/files/usr/local/etc/php/conf.d/newt.ini
deleted file mode 100644
--- a/files/usr/local/etc/php/conf.d/newt.ini
+++ /dev/null
@@ -1 +0,0 @@
-extension=newt.so
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 20:32 (21 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2264964
Default Alt Text
D870.id2210.diff (1 KB)
Attached To
Mode
D870: Prune newt and ncurses extensions
Attached
Detach File
Event Timeline
Log In to Comment