Updated additional dockerfiles with cli support

Also reordered packages in dockerfile to be alphabetical.
This commit is contained in:
Dan Brown 2023-05-08 19:01:05 +01:00
parent ba204db5e6
commit e79965fd5f
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
3 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,7 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache \
fontconfig \
mariadb-client \
memcached \
php81-ctype \
php81-curl \
@ -32,7 +33,6 @@ RUN \
php81-phar \
php81-tokenizer \
php81-zip \
mariadb-client \
qt5-qtbase \
ttf-freefont && \
echo "**** configure php-fpm to pass env vars ****" && \

View File

@ -19,6 +19,7 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache \
fontconfig \
mariadb-client \
memcached \
php81-ctype \
php81-curl \
@ -31,6 +32,7 @@ RUN \
php81-pecl-memcached \
php81-phar \
php81-tokenizer \
php81-zip \
qt5-qtbase \
ttf-freefont && \
echo "**** configure php-fpm to pass env vars ****" && \

View File

@ -19,6 +19,7 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache \
fontconfig \
mariadb-client \
memcached \
php81-ctype \
php81-curl \
@ -31,6 +32,7 @@ RUN \
php81-pecl-memcached \
php81-phar \
php81-tokenizer \
php81-zip \
qt5-qtbase \
ttf-freefont && \
echo "**** configure php-fpm to pass env vars ****" && \