Skip to content

Commit 3172ded

Browse files
authored
Merge pull request #39 from sourceboat/feature/improve-mysql-8-support
Improve mysql-8 support
2 parents de19363 + a7b2102 commit 3172ded

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ RUN apk info \
3939
php7-simplexml \
4040
php7-dom \
4141
mysql-client \
42+
mariadb-connector-c \
4243
yarn@edge \
4344
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
4445
&& docker-php-ext-install -j$(nproc) \

0 commit comments

Comments
 (0)