mirror of
https://github.com/danog/php.git
synced 2024-11-26 20:04:58 +01:00
Merge pull request #1187 from infosiftr/readline
Switch from libedit back to readline
This commit is contained in:
commit
ed2fe97ebd
4
7.3/alpine3.13/cli/Dockerfile
generated
4
7.3/alpine3.13/cli/Dockerfile
generated
@ -96,10 +96,10 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -139,8 +139,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
4
7.3/alpine3.13/fpm/Dockerfile
generated
4
7.3/alpine3.13/fpm/Dockerfile
generated
@ -98,10 +98,10 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -141,8 +141,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
4
7.3/alpine3.13/zts/Dockerfile
generated
4
7.3/alpine3.13/zts/Dockerfile
generated
@ -98,10 +98,10 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -141,8 +141,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
4
7.3/alpine3.14/cli/Dockerfile
generated
4
7.3/alpine3.14/cli/Dockerfile
generated
@ -95,10 +95,10 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -138,8 +138,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
4
7.3/alpine3.14/fpm/Dockerfile
generated
4
7.3/alpine3.14/fpm/Dockerfile
generated
@ -97,10 +97,10 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -140,8 +140,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
4
7.3/alpine3.14/zts/Dockerfile
generated
4
7.3/alpine3.14/zts/Dockerfile
generated
@ -97,10 +97,10 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -140,8 +140,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
4
7.3/bullseye/apache/Dockerfile
generated
4
7.3/bullseye/apache/Dockerfile
generated
@ -165,7 +165,7 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -217,8 +217,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
4
7.3/bullseye/cli/Dockerfile
generated
4
7.3/bullseye/cli/Dockerfile
generated
@ -107,7 +107,7 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -159,8 +159,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
4
7.3/bullseye/fpm/Dockerfile
generated
4
7.3/bullseye/fpm/Dockerfile
generated
@ -106,7 +106,7 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -158,8 +158,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
4
7.3/bullseye/zts/Dockerfile
generated
4
7.3/bullseye/zts/Dockerfile
generated
@ -106,7 +106,7 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -158,8 +158,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
4
7.3/buster/apache/Dockerfile
generated
4
7.3/buster/apache/Dockerfile
generated
@ -165,7 +165,7 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -217,8 +217,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
4
7.3/buster/cli/Dockerfile
generated
4
7.3/buster/cli/Dockerfile
generated
@ -107,7 +107,7 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -159,8 +159,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
4
7.3/buster/fpm/Dockerfile
generated
4
7.3/buster/fpm/Dockerfile
generated
@ -106,7 +106,7 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -158,8 +158,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
4
7.3/buster/zts/Dockerfile
generated
4
7.3/buster/zts/Dockerfile
generated
@ -106,7 +106,7 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -158,8 +158,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# bundled pcre does not support JIT on s390x
|
||||
|
4
7.4/alpine3.13/cli/Dockerfile
generated
4
7.4/alpine3.13/cli/Dockerfile
generated
@ -96,12 +96,12 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
linux-headers \
|
||||
oniguruma-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -141,8 +141,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
7.4/alpine3.13/fpm/Dockerfile
generated
4
7.4/alpine3.13/fpm/Dockerfile
generated
@ -98,12 +98,12 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
linux-headers \
|
||||
oniguruma-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -143,8 +143,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
7.4/alpine3.13/zts/Dockerfile
generated
4
7.4/alpine3.13/zts/Dockerfile
generated
@ -98,12 +98,12 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
linux-headers \
|
||||
oniguruma-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -143,8 +143,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
7.4/alpine3.14/cli/Dockerfile
generated
4
7.4/alpine3.14/cli/Dockerfile
generated
@ -95,12 +95,12 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
linux-headers \
|
||||
oniguruma-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -140,8 +140,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
7.4/alpine3.14/fpm/Dockerfile
generated
4
7.4/alpine3.14/fpm/Dockerfile
generated
@ -97,12 +97,12 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
linux-headers \
|
||||
oniguruma-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -142,8 +142,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
7.4/alpine3.14/zts/Dockerfile
generated
4
7.4/alpine3.14/zts/Dockerfile
generated
@ -97,12 +97,12 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
linux-headers \
|
||||
oniguruma-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -142,8 +142,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
7.4/bullseye/apache/Dockerfile
generated
4
7.4/bullseye/apache/Dockerfile
generated
@ -165,8 +165,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -218,8 +218,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
7.4/bullseye/cli/Dockerfile
generated
4
7.4/bullseye/cli/Dockerfile
generated
@ -107,8 +107,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -160,8 +160,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
7.4/bullseye/fpm/Dockerfile
generated
4
7.4/bullseye/fpm/Dockerfile
generated
@ -106,8 +106,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -159,8 +159,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
7.4/bullseye/zts/Dockerfile
generated
4
7.4/bullseye/zts/Dockerfile
generated
@ -106,8 +106,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -159,8 +159,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
7.4/buster/apache/Dockerfile
generated
4
7.4/buster/apache/Dockerfile
generated
@ -165,8 +165,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -218,8 +218,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
7.4/buster/cli/Dockerfile
generated
4
7.4/buster/cli/Dockerfile
generated
@ -107,8 +107,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -160,8 +160,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
7.4/buster/fpm/Dockerfile
generated
4
7.4/buster/fpm/Dockerfile
generated
@ -106,8 +106,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -159,8 +159,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
7.4/buster/zts/Dockerfile
generated
4
7.4/buster/zts/Dockerfile
generated
@ -106,8 +106,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -159,8 +159,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.0/alpine3.13/cli/Dockerfile
generated
4
8.0/alpine3.13/cli/Dockerfile
generated
@ -96,12 +96,12 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
linux-headers \
|
||||
oniguruma-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -141,8 +141,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.0/alpine3.13/fpm/Dockerfile
generated
4
8.0/alpine3.13/fpm/Dockerfile
generated
@ -98,12 +98,12 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
linux-headers \
|
||||
oniguruma-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -143,8 +143,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.0/alpine3.14/cli/Dockerfile
generated
4
8.0/alpine3.14/cli/Dockerfile
generated
@ -95,12 +95,12 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
linux-headers \
|
||||
oniguruma-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -140,8 +140,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.0/alpine3.14/fpm/Dockerfile
generated
4
8.0/alpine3.14/fpm/Dockerfile
generated
@ -97,12 +97,12 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
linux-headers \
|
||||
oniguruma-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -142,8 +142,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.0/bullseye/apache/Dockerfile
generated
4
8.0/bullseye/apache/Dockerfile
generated
@ -165,8 +165,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -218,8 +218,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.0/bullseye/cli/Dockerfile
generated
4
8.0/bullseye/cli/Dockerfile
generated
@ -107,8 +107,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -160,8 +160,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.0/bullseye/fpm/Dockerfile
generated
4
8.0/bullseye/fpm/Dockerfile
generated
@ -106,8 +106,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -159,8 +159,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.0/bullseye/zts/Dockerfile
generated
4
8.0/bullseye/zts/Dockerfile
generated
@ -106,8 +106,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -159,8 +159,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.0/buster/apache/Dockerfile
generated
4
8.0/buster/apache/Dockerfile
generated
@ -165,8 +165,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -218,8 +218,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.0/buster/cli/Dockerfile
generated
4
8.0/buster/cli/Dockerfile
generated
@ -107,8 +107,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -160,8 +160,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.0/buster/fpm/Dockerfile
generated
4
8.0/buster/fpm/Dockerfile
generated
@ -106,8 +106,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -159,8 +159,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.0/buster/zts/Dockerfile
generated
4
8.0/buster/zts/Dockerfile
generated
@ -106,8 +106,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -159,8 +159,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.1-rc/alpine3.13/cli/Dockerfile
generated
4
8.1-rc/alpine3.13/cli/Dockerfile
generated
@ -96,12 +96,12 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
linux-headers \
|
||||
oniguruma-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -141,8 +141,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.1-rc/alpine3.13/fpm/Dockerfile
generated
4
8.1-rc/alpine3.13/fpm/Dockerfile
generated
@ -98,12 +98,12 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
linux-headers \
|
||||
oniguruma-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -143,8 +143,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.1-rc/alpine3.14/cli/Dockerfile
generated
4
8.1-rc/alpine3.14/cli/Dockerfile
generated
@ -95,12 +95,12 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
linux-headers \
|
||||
oniguruma-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -140,8 +140,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.1-rc/alpine3.14/fpm/Dockerfile
generated
4
8.1-rc/alpine3.14/fpm/Dockerfile
generated
@ -97,12 +97,12 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
libsodium-dev \
|
||||
libxml2-dev \
|
||||
linux-headers \
|
||||
oniguruma-dev \
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -142,8 +142,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.1-rc/bullseye/apache/Dockerfile
generated
4
8.1-rc/bullseye/apache/Dockerfile
generated
@ -165,8 +165,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -218,8 +218,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.1-rc/bullseye/cli/Dockerfile
generated
4
8.1-rc/bullseye/cli/Dockerfile
generated
@ -107,8 +107,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -160,8 +160,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.1-rc/bullseye/fpm/Dockerfile
generated
4
8.1-rc/bullseye/fpm/Dockerfile
generated
@ -106,8 +106,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -159,8 +159,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.1-rc/bullseye/zts/Dockerfile
generated
4
8.1-rc/bullseye/zts/Dockerfile
generated
@ -106,8 +106,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -159,8 +159,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.1-rc/buster/apache/Dockerfile
generated
4
8.1-rc/buster/apache/Dockerfile
generated
@ -165,8 +165,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -218,8 +218,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.1-rc/buster/cli/Dockerfile
generated
4
8.1-rc/buster/cli/Dockerfile
generated
@ -107,8 +107,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -160,8 +160,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.1-rc/buster/fpm/Dockerfile
generated
4
8.1-rc/buster/fpm/Dockerfile
generated
@ -106,8 +106,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -159,8 +159,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
4
8.1-rc/buster/zts/Dockerfile
generated
4
8.1-rc/buster/zts/Dockerfile
generated
@ -106,8 +106,8 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
libonig-dev \
|
||||
libreadline-dev \
|
||||
libsodium-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
@ -159,8 +159,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
# in PHP 7.4+, the pecl/pear installers are officially deprecated (requiring an explicit "--with-pear")
|
||||
|
@ -97,7 +97,6 @@ RUN set -eux; \
|
||||
argon2-dev \
|
||||
coreutils \
|
||||
curl-dev \
|
||||
libedit-dev \
|
||||
{{ if (.version | version_id) >= ("7.2" | version_id) then ( -}}
|
||||
libsodium-dev \
|
||||
{{ ) else "" end -}}
|
||||
@ -112,6 +111,7 @@ RUN set -eux; \
|
||||
oniguruma-dev \
|
||||
{{ ) else "" end -}}
|
||||
openssl-dev \
|
||||
readline-dev \
|
||||
sqlite-dev \
|
||||
; \
|
||||
\
|
||||
@ -153,8 +153,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
{{ if (.version | version_id) | . >= ("7.4" | version_id) then ( -}}
|
||||
|
@ -103,13 +103,13 @@ RUN set -eux; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libargon2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libedit-dev \
|
||||
{{
|
||||
# oniguruma is part of mbstring in php 7.4+
|
||||
if (.version | version_id) >= ("7.4" | version_id) then (
|
||||
-}}
|
||||
libonig-dev \
|
||||
{{ ) else "" end -}}
|
||||
libreadline-dev \
|
||||
{{ if (.version | version_id) >= ("7.2" | version_id) then ( -}}
|
||||
libsodium-dev \
|
||||
{{ ) else "" end -}}
|
||||
@ -165,8 +165,8 @@ RUN set -eux; \
|
||||
--with-sqlite3=/usr \
|
||||
\
|
||||
--with-curl \
|
||||
--with-libedit \
|
||||
--with-openssl \
|
||||
--with-readline \
|
||||
--with-zlib \
|
||||
\
|
||||
{{ if (.version | version_id) | . >= ("7.4" | version_id) then ( -}}
|
||||
|
Loading…
Reference in New Issue
Block a user