Skip to content

Commit e79965f

Browse files
committed
Updated additional dockerfiles with cli support
Also reordered packages in dockerfile to be alphabetical.
1 parent ba204db commit e79965f

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN \
1919
echo "**** install runtime packages ****" && \
2020
apk add --no-cache \
2121
fontconfig \
22+
mariadb-client \
2223
memcached \
2324
php81-ctype \
2425
php81-curl \
@@ -32,7 +33,6 @@ RUN \
3233
php81-phar \
3334
php81-tokenizer \
3435
php81-zip \
35-
mariadb-client \
3636
qt5-qtbase \
3737
ttf-freefont && \
3838
echo "**** configure php-fpm to pass env vars ****" && \

Dockerfile.aarch64

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN \
1919
echo "**** install runtime packages ****" && \
2020
apk add --no-cache \
2121
fontconfig \
22+
mariadb-client \
2223
memcached \
2324
php81-ctype \
2425
php81-curl \
@@ -31,6 +32,7 @@ RUN \
3132
php81-pecl-memcached \
3233
php81-phar \
3334
php81-tokenizer \
35+
php81-zip \
3436
qt5-qtbase \
3537
ttf-freefont && \
3638
echo "**** configure php-fpm to pass env vars ****" && \

Dockerfile.armhf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN \
1919
echo "**** install runtime packages ****" && \
2020
apk add --no-cache \
2121
fontconfig \
22+
mariadb-client \
2223
memcached \
2324
php81-ctype \
2425
php81-curl \
@@ -31,6 +32,7 @@ RUN \
3132
php81-pecl-memcached \
3233
php81-phar \
3334
php81-tokenizer \
35+
php81-zip \
3436
qt5-qtbase \
3537
ttf-freefont && \
3638
echo "**** configure php-fpm to pass env vars ****" && \

0 commit comments

Comments
 (0)