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 \
intl \
ldap \
mbstring \
mcrypt \
mysqli \
opcache \
pcntl \
pdo_mysql \
pdo_pgsql \
pgsql \
zip \
; \
pecl install \

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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