File tree Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,13 @@ RUN \
25
25
php81-dom \
26
26
php81-gd \
27
27
php81-ldap \
28
- php81-mbstring \
29
28
php81-mysqlnd \
30
- php81-openssl \
31
29
php81-pdo_mysql \
32
30
php81-pecl-memcached \
33
31
php81-phar \
34
- php81-simplexml \
35
32
php81-tokenizer \
36
33
qt5-qtbase \
37
34
ttf-freefont && \
38
- apk add --no-cache \
39
- --repository=http://dl-cdn.alpinelinux.org/alpine/v3.14/community \
40
- wkhtmltopdf && \
41
35
echo "**** configure php-fpm to pass env vars ****" && \
42
36
sed -E -i 's/^;?clear_env ?=.*$/clear_env = no/g' /etc/php81/php-fpm.d/www.conf && \
43
37
grep -qxF 'clear_env = no' /etc/php81/php-fpm.d/www.conf || echo 'clear_env = no' >> /etc/php81/php-fpm.d/www.conf && \
Original file line number Diff line number Diff line change @@ -25,19 +25,13 @@ RUN \
25
25
php81-dom \
26
26
php81-gd \
27
27
php81-ldap \
28
- php81-mbstring \
29
28
php81-mysqlnd \
30
- php81-openssl \
31
29
php81-pdo_mysql \
32
30
php81-pecl-memcached \
33
31
php81-phar \
34
- php81-simplexml \
35
32
php81-tokenizer \
36
33
qt5-qtbase \
37
34
ttf-freefont && \
38
- apk add --no-cache \
39
- --repository=http://dl-cdn.alpinelinux.org/alpine/v3.14/community \
40
- wkhtmltopdf && \
41
35
echo "**** configure php-fpm to pass env vars ****" && \
42
36
sed -E -i 's/^;?clear_env ?=.*$/clear_env = no/g' /etc/php81/php-fpm.d/www.conf && \
43
37
grep -qxF 'clear_env = no' /etc/php81/php-fpm.d/www.conf || echo 'clear_env = no' >> /etc/php81/php-fpm.d/www.conf && \
Original file line number Diff line number Diff line change @@ -25,19 +25,13 @@ RUN \
25
25
php81-dom \
26
26
php81-gd \
27
27
php81-ldap \
28
- php81-mbstring \
29
28
php81-mysqlnd \
30
- php81-openssl \
31
29
php81-pdo_mysql \
32
30
php81-pecl-memcached \
33
31
php81-phar \
34
- php81-simplexml \
35
32
php81-tokenizer \
36
33
qt5-qtbase \
37
34
ttf-freefont && \
38
- apk add --no-cache \
39
- --repository=http://dl-cdn.alpinelinux.org/alpine/v3.14/community \
40
- wkhtmltopdf && \
41
35
echo "**** configure php-fpm to pass env vars ****" && \
42
36
sed -E -i 's/^;?clear_env ?=.*$/clear_env = no/g' /etc/php81/php-fpm.d/www.conf && \
43
37
grep -qxF 'clear_env = no' /etc/php81/php-fpm.d/www.conf || echo 'clear_env = no' >> /etc/php81/php-fpm.d/www.conf && \
You can’t perform that action at this time.
0 commit comments