File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 19
19
echo "**** install runtime packages ****" && \
20
20
apk add --no-cache \
21
21
fontconfig \
22
+ mariadb-client \
22
23
memcached \
23
24
php81-ctype \
24
25
php81-curl \
32
33
php81-phar \
33
34
php81-tokenizer \
34
35
php81-zip \
35
- mariadb-client \
36
36
qt5-qtbase \
37
37
ttf-freefont && \
38
38
echo "**** configure php-fpm to pass env vars ****" && \
Original file line number Diff line number Diff line change 19
19
echo "**** install runtime packages ****" && \
20
20
apk add --no-cache \
21
21
fontconfig \
22
+ mariadb-client \
22
23
memcached \
23
24
php81-ctype \
24
25
php81-curl \
31
32
php81-pecl-memcached \
32
33
php81-phar \
33
34
php81-tokenizer \
35
+ php81-zip \
34
36
qt5-qtbase \
35
37
ttf-freefont && \
36
38
echo "**** configure php-fpm to pass env vars ****" && \
Original file line number Diff line number Diff line change 19
19
echo "**** install runtime packages ****" && \
20
20
apk add --no-cache \
21
21
fontconfig \
22
+ mariadb-client \
22
23
memcached \
23
24
php81-ctype \
24
25
php81-curl \
31
32
php81-pecl-memcached \
32
33
php81-phar \
33
34
php81-tokenizer \
35
+ php81-zip \
34
36
qt5-qtbase \
35
37
ttf-freefont && \
36
38
echo "**** configure php-fpm to pass env vars ****" && \
You can’t perform that action at this time.
0 commit comments