Merge pull request #95 from PhilETaylor/add-gmp-mcrypt

add GMP and MCrypt to builds
This commit is contained in:
Harald Leithner 2020-08-09 12:51:19 +02:00 committed by GitHub
commit e53598f2fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 47 additions and 0 deletions

View File

@ -20,6 +20,8 @@ RUN set -ex; \
libmemcached-dev \
libpng-dev \
libpq-dev \
libgmp-dev \
libmcrypt-dev \
; \
\
docker-php-ext-configure gd --with-jpeg-dir=/usr --with-png-dir=/usr; \
@ -34,17 +36,20 @@ RUN set -ex; \
pdo_pgsql \
pgsql \
zip \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.18; \
pecl install memcached-3.1.5; \
pecl install redis-4.3.0; \
pecl install mcrypt-1.0.3; \
\
docker-php-ext-enable \
apcu \
memcached \
redis \
mcrypt \
; \
\
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies

View File

@ -21,6 +21,8 @@ RUN set -ex; \
openldap-dev \
pcre-dev \
postgresql-dev \
gmp-dev \
libmcrypt-dev \
; \
\
docker-php-ext-configure gd --with-jpeg-dir=/usr --with-png-dir=/usr; \
@ -34,17 +36,20 @@ RUN set -ex; \
pdo_pgsql \
pgsql \
zip \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.18; \
pecl install memcached-3.1.5; \
pecl install redis-4.3.0; \
pecl install mcrypt-1.0.3; \
\
docker-php-ext-enable \
apcu \
memcached \
redis \
mcrypt \
; \
\
runDeps="$( \

View File

@ -17,6 +17,8 @@ RUN set -ex; \
libmemcached-dev \
libpng-dev \
libpq-dev \
libgmp-dev \
libmcrypt-dev \
; \
\
docker-php-ext-configure gd --with-jpeg-dir=/usr --with-png-dir=/usr; \
@ -31,17 +33,20 @@ RUN set -ex; \
pdo_pgsql \
pgsql \
zip \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.18; \
pecl install memcached-3.1.5; \
pecl install redis-4.3.0; \
pecl install mcrypt-1.0.3; \
\
docker-php-ext-enable \
apcu \
memcached \
redis \
mcrypt \
; \
\
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies

View File

@ -21,6 +21,8 @@ RUN set -ex; \
libpng-dev \
libpq-dev \
libzip-dev \
libgmp-dev \
libmcrypt-dev \
; \
\
docker-php-ext-configure gd --with-jpeg-dir=/usr --with-png-dir=/usr; \
@ -35,17 +37,20 @@ RUN set -ex; \
pdo_pgsql \
pgsql \
zip \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.18; \
pecl install memcached-3.1.5; \
pecl install redis-4.3.0; \
pecl install mcrypt-1.0.3; \
\
docker-php-ext-enable \
apcu \
memcached \
redis \
mcrypt \
; \
\
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies

View File

@ -22,6 +22,8 @@ RUN set -ex; \
openldap-dev \
pcre-dev \
postgresql-dev \
gmp-dev \
libmcrypt-dev \
; \
\
docker-php-ext-configure gd --with-jpeg-dir=/usr --with-png-dir=/usr; \
@ -35,17 +37,20 @@ RUN set -ex; \
pdo_pgsql \
pgsql \
zip \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.18; \
pecl install memcached-3.1.5; \
pecl install redis-4.3.0; \
pecl install mcrypt-1.0.3; \
\
docker-php-ext-enable \
apcu \
memcached \
redis \
mcrypt \
; \
\
runDeps="$( \

View File

@ -18,6 +18,8 @@ RUN set -ex; \
libpng-dev \
libpq-dev \
libzip-dev \
libgmp-dev \
libmcrypt-dev \
; \
\
docker-php-ext-configure gd --with-jpeg-dir=/usr --with-png-dir=/usr; \
@ -32,17 +34,20 @@ RUN set -ex; \
pdo_pgsql \
pgsql \
zip \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.18; \
pecl install memcached-3.1.5; \
pecl install redis-4.3.0; \
pecl install mcrypt-1.0.3; \
\
docker-php-ext-enable \
apcu \
memcached \
redis \
mcrypt \
; \
\
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies

View File

@ -21,6 +21,8 @@ RUN set -ex; \
libpng-dev \
libpq-dev \
libzip-dev \
libgmp-dev \
libmcrypt-dev \
; \
\
docker-php-ext-configure gd --with-jpeg; \
@ -35,17 +37,20 @@ RUN set -ex; \
pdo_pgsql \
pgsql \
zip \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.18; \
pecl install memcached-3.1.5; \
pecl install redis-4.3.0; \
pecl install mcrypt-1.0.3; \
\
docker-php-ext-enable \
apcu \
memcached \
redis \
mcrypt \
; \
\
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies

View File

@ -22,6 +22,8 @@ RUN set -ex; \
openldap-dev \
pcre-dev \
postgresql-dev \
gmp-dev \
libmcrypt-dev \
; \
\
docker-php-ext-configure gd --with-jpeg; \
@ -35,17 +37,20 @@ RUN set -ex; \
pdo_pgsql \
pgsql \
zip \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.18; \
pecl install memcached-3.1.5; \
pecl install redis-4.3.0; \
pecl install mcrypt-1.0.3; \
\
docker-php-ext-enable \
apcu \
memcached \
redis \
mcrypt \
; \
\
runDeps="$( \

View File

@ -18,6 +18,8 @@ RUN set -ex; \
libpng-dev \
libpq-dev \
libzip-dev \
libgmp-dev \
libmcrypt-dev \
; \
\
docker-php-ext-configure gd --with-jpeg; \
@ -32,17 +34,20 @@ RUN set -ex; \
pdo_pgsql \
pgsql \
zip \
gmp \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.18; \
pecl install memcached-3.1.5; \
pecl install redis-4.3.0; \
pecl install mcrypt-1.0.3; \
\
docker-php-ext-enable \
apcu \
memcached \
redis \
mcrypt \
; \
\
# reset apt-mark's "manual" list so that "purge --auto-remove" will remove all build dependencies

View File

@ -32,6 +32,7 @@ declare -A pecl_versions=(
[php7-APCu]='5.1.18'
[php7-memcached]='3.1.5'
[php7-redis]='4.3.0'
[php7-mcrypt]='1.0.3'
)
travisEnv=
@ -62,6 +63,7 @@ for phpVersion in "${phpVersions[@]}"; do
-e 's!%%APCU_VERSION%%!'"${pecl_versions[$phpMajorVersion-APCu]}"'!g' \
-e 's!%%MEMCACHED_VERSION%%!'"${pecl_versions[$phpMajorVersion-memcached]}"'!g' \
-e 's!%%REDIS_VERSION%%!'"${pecl_versions[$phpMajorVersion-redis]}"'!g' \
-e 's!%%MCRYPT_VERSION%%!'"${pecl_versions[$phpMajorVersion-mcrypt]}"'!g' \
-e 's!%%CMD%%!'"$cmd"'!g' \
"Dockerfile-${base}.template" > "$dir/Dockerfile"