This commit is contained in:
adphi 2018-05-11 09:17:00 +02:00
commit 3086c9db9b
9 changed files with 2 additions and 26 deletions

View File

@ -43,14 +43,11 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \

View File

@ -37,14 +37,11 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \

View File

@ -43,14 +43,11 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \

View File

@ -43,14 +43,11 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \

View File

@ -37,14 +37,11 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \

View File

@ -43,14 +43,11 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \

View File

@ -36,14 +36,11 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \

View File

@ -42,14 +42,11 @@ RUN set -ex; \
gd \ gd \
intl \ intl \
ldap \ ldap \
mbstring \
mcrypt \ mcrypt \
mysqli \
opcache \ opcache \
pcntl \ pcntl \
pdo_mysql \ pdo_mysql \
pdo_pgsql \ pdo_pgsql \
pgsql \
zip \ zip \
; \ ; \
pecl install \ pecl install \

View File

@ -2,8 +2,8 @@
set -Eeuo pipefail set -Eeuo pipefail
declare -A release_channel=( declare -A release_channel=(
[production]='12.0.6' [production]='13.0.2'
[stable]='13.0.1' [stable]='13.0.2'
) )
self="$(basename "$BASH_SOURCE")" self="$(basename "$BASH_SOURCE")"