Page MenuHomeDevCentral

D870.diff
No OneTemporary

D870.diff

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

Mime Type
text/plain
Expires
Tue, Nov 26, 18:38 (21 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2264964
Default Alt Text
D870.diff (1 KB)

Event Timeline