Page MenuHomeDevCentral

D2234.diff
No OneTemporary

D2234.diff

diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,12 +9,13 @@
# Prepare the container
#
-ENV PHP_VERSION 7.2.27
+ENV PHP_VERSION 7.3.14
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=app --with-fpm-group=app
ENV PHP_INI_DIR /usr/local/etc/php
ENV PHP_BUILD_DEPS bzip2 \
file \
libbz2-dev \
+ libzip-dev \
libcurl4-openssl-dev \
libjpeg-dev \
libpng12-dev \
@@ -36,8 +37,8 @@
&& dpkg-reconfigure locales
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
- B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F \
- 1729F83938DA44E27BA0F4D3DBDB397470D12172 \
+ CBAF69F173A0FEA4B537F470D66C9593118BCCB6 \
+ F38252826ACD957EF380D39F2F7956BC5DA04B5D \
&& mkdir -p $PHP_INI_DIR/conf.d \
&& set -x \
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
@@ -77,6 +78,7 @@
--with-readline \
--with-zlib \
--enable-zip \
+ --with-libzip \
&& make -j"$(nproc)" \
&& make install \
&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } \
diff --git a/novolume/Dockerfile b/novolume/Dockerfile
--- a/novolume/Dockerfile
+++ b/novolume/Dockerfile
@@ -9,12 +9,13 @@
# Prepare the container
#
-ENV PHP_VERSION 7.2.27
+ENV PHP_VERSION 7.3.14
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=app --with-fpm-group=app
ENV PHP_INI_DIR /usr/local/etc/php
ENV PHP_BUILD_DEPS bzip2 \
file \
libbz2-dev \
+ libzip-dev \
libcurl4-openssl-dev \
libjpeg-dev \
libpng12-dev \
@@ -36,8 +37,8 @@
&& dpkg-reconfigure locales
RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \
- B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F \
- 1729F83938DA44E27BA0F4D3DBDB397470D12172 \
+ CBAF69F173A0FEA4B537F470D66C9593118BCCB6 \
+ F38252826ACD957EF380D39F2F7956BC5DA04B5D \
&& mkdir -p $PHP_INI_DIR/conf.d \
&& set -x \
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
@@ -77,6 +78,7 @@
--with-readline \
--with-zlib \
--enable-zip \
+ --with-libzip \
&& make -j"$(nproc)" \
&& make install \
&& { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } \

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 7, 01:31 (22 h, 40 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2232465
Default Alt Text
D2234.diff (2 KB)

Event Timeline