Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3770045
D2236.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1015 B
Referenced Files
None
Subscribers
None
D2236.diff
View Options
diff --git a/Dockerfile b/Dockerfile
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,11 +9,12 @@
# Prepare the container
#
-ENV PHP_VERSION 7.2.12
+ENV PHP_VERSION 7.3.14
ENV PHP_INI_DIR /usr/local/etc/php
ENV PHP_BUILD_DEPS bzip2 \
file \
libbz2-dev \
+ libzip-dev \
libcurl4-openssl-dev \
libedit-dev \
libjpeg-dev \
@@ -35,8 +36,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 \
@@ -73,6 +74,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
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 18:52 (19 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260759
Default Alt Text
D2236.diff (1015 B)
Attached To
Mode
D2236: Upgrade to PHP 7.3.14
Attached
Detach File
Event Timeline
Log In to Comment