Skip to content

Commit 7574328

Browse files
committed
cleanup
1 parent fed5893 commit 7574328

File tree

4 files changed

+20
-56
lines changed

4 files changed

+20
-56
lines changed

alpine.fpm.wsc.Dockerfile

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ LABEL org.opencontainers.image.authors="Tobias Hargesheimer <docker@ison.ws>" \
2525
# Note: Some PHP Extensions/Modules are installed by default, so these have been commented out.
2626

2727
# PHP
28-
RUN \
29-
PHP_EXTENSIONS_LIST_BASE=" \
28+
RUN PHP_EXTENSIONS_LIST=" \
3029
# ctype \
3130
# curl \
3231
# dom \
@@ -35,23 +34,15 @@ RUN \
3534
gmp \
3635
imagick \
3736
intl \
37+
ldap \
3838
# libxml \
3939
# mbstring \
40+
# opcache \
4041
# openssl \
4142
## PDO \
4243
pdo_mysql \
44+
redis \
4345
# zlib \
4446
" ; \
45-
PHP_EXTENSIONS_LIST_OPTIONAL=" \
46-
# opcache \
47-
# curl \
48-
ldap \
49-
redis \
50-
" ; \
51-
PHP_EXTENSIONS_LIST="$PHP_EXTENSIONS_LIST_BASE $PHP_EXTENSIONS_LIST_OPTIONAL" ; \
52-
\
5347
install-php-extensions $PHP_EXTENSIONS_LIST ; \
54-
php -m
55-
56-
# opcache config
57-
#COPY conf/php_55-opcache.ini /usr/local/etc/php/conf.d/55-opcache.ini
48+
php -m

alpine.fpm_nginx.wsc.Dockerfile

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ LABEL org.opencontainers.image.authors="Tobias Hargesheimer <docker@ison.ws>" \
2525
# Note: Some PHP Extensions/Modules are installed by default, so these have been commented out.
2626

2727
# PHP
28-
RUN \
29-
PHP_EXTENSIONS_LIST_BASE=" \
28+
RUN PHP_EXTENSIONS_LIST=" \
3029
# ctype \
3130
# curl \
3231
# dom \
@@ -35,23 +34,15 @@ RUN \
3534
gmp \
3635
imagick \
3736
intl \
37+
ldap \
3838
# libxml \
3939
# mbstring \
40+
# opcache \
4041
# openssl \
4142
## PDO \
4243
pdo_mysql \
44+
redis \
4345
# zlib \
4446
" ; \
45-
PHP_EXTENSIONS_LIST_OPTIONAL=" \
46-
# opcache \
47-
# curl \
48-
ldap \
49-
redis \
50-
" ; \
51-
PHP_EXTENSIONS_LIST="$PHP_EXTENSIONS_LIST_BASE $PHP_EXTENSIONS_LIST_OPTIONAL" ; \
52-
\
5347
install-php-extensions $PHP_EXTENSIONS_LIST ; \
54-
php -m
55-
56-
# opcache config
57-
#COPY conf/php_55-opcache.ini /usr/local/etc/php/conf.d/55-opcache.ini
48+
php -m

debian.apache.wsc.Dockerfile

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ LABEL org.opencontainers.image.authors="Tobias Hargesheimer <docker@ison.ws>" \
2727
# Note: Some PHP Extensions/Modules are installed by default, so these have been commented out.
2828

2929
# PHP
30-
RUN \
31-
PHP_EXTENSIONS_LIST_BASE=" \
30+
RUN PHP_EXTENSIONS_LIST=" \
3231
# ctype \
3332
# curl \
3433
# dom \
@@ -37,23 +36,15 @@ RUN \
3736
gmp \
3837
imagick \
3938
intl \
39+
ldap \
4040
# libxml \
4141
# mbstring \
42+
# opcache \
4243
# openssl \
4344
## PDO \
4445
pdo_mysql \
46+
redis \
4547
# zlib \
4648
" ; \
47-
PHP_EXTENSIONS_LIST_OPTIONAL=" \
48-
# opcache \
49-
# curl \
50-
ldap \
51-
redis \
52-
" ; \
53-
PHP_EXTENSIONS_LIST="$PHP_EXTENSIONS_LIST_BASE $PHP_EXTENSIONS_LIST_OPTIONAL" ; \
54-
\
5549
install-php-extensions $PHP_EXTENSIONS_LIST ; \
56-
php -m
57-
58-
# opcache config
59-
#COPY conf/php_55-opcache.ini /usr/local/etc/php/conf.d/55-opcache.ini
50+
php -m

debian.fpm.wsc.Dockerfile

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ LABEL org.opencontainers.image.authors="Tobias Hargesheimer <docker@ison.ws>" \
2727
# Note: Some PHP Extensions/Modules are installed by default, so these have been commented out.
2828

2929
# PHP
30-
RUN \
31-
PHP_EXTENSIONS_LIST_BASE=" \
30+
RUN PHP_EXTENSIONS_LIST=" \
3231
# ctype \
3332
# curl \
3433
# dom \
@@ -37,23 +36,15 @@ RUN \
3736
gmp \
3837
imagick \
3938
intl \
39+
ldap \
4040
# libxml \
4141
# mbstring \
42+
# opcache \
4243
# openssl \
4344
## PDO \
4445
pdo_mysql \
46+
redis \
4547
# zlib \
4648
" ; \
47-
PHP_EXTENSIONS_LIST_OPTIONAL=" \
48-
# opcache \
49-
# curl \
50-
ldap \
51-
redis \
52-
" ; \
53-
PHP_EXTENSIONS_LIST="$PHP_EXTENSIONS_LIST_BASE $PHP_EXTENSIONS_LIST_OPTIONAL" ; \
54-
\
5549
install-php-extensions $PHP_EXTENSIONS_LIST ; \
56-
php -m
57-
58-
# opcache config
59-
#COPY conf/php_55-opcache.ini /usr/local/etc/php/conf.d/55-opcache.ini
50+
php -m

0 commit comments

Comments
 (0)