fix: add package mariadb-client fix #91

flarum install need package mariadb-client (command mysql)
pull/92/head
行旅途 2021-05-31 13:43:46 +08:00 committed by xxxxxliil
parent a47a8ab49e
commit c23067f6c2
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ RUN apk add --no-progress --no-cache \
curl \
git \
libcap \
mariadb-client \
nginx \
php8 \
php8-ctype \