File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed
Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ RUN apk --update add --no-cache \
3232 icu-dev \
3333 openldap-dev \
3434 libmcrypt-dev \
35+ mysql-client \
3536 && docker-php-ext-install -j$(nproc) \
3637 bcmath \
3738 gd \
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ RUN apk --update add --no-cache \
3232 icu-dev \
3333 openldap-dev \
3434 libmcrypt-dev \
35+ mysql-client \
3536 && docker-php-ext-install -j$(nproc) \
3637 bcmath \
3738 gd \
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ RUN apk --update add --no-cache \
3333 icu-dev \
3434 openldap-dev \
3535 libmcrypt-dev \
36+ mysql-client \
3637 && docker-php-ext-install -j$(nproc) \
3738 bcmath \
3839 gd \
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ RUN apk --update add --no-cache \
3333 icu-dev \
3434 openldap-dev \
3535 libmcrypt-dev \
36+ mysql-client \
3637 && docker-php-ext-install -j$(nproc) \
3738 bcmath \
3839 gd \
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ RUN apk --update add --no-cache \
3333 icu-dev \
3434 openldap-dev \
3535 libmcrypt-dev \
36+ mysql-client \
3637 && docker-php-ext-install -j$(nproc) \
3738 bcmath \
3839 gd \
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ RUN apk --update add --no-cache \
3333 icu-dev \
3434 openldap-dev \
3535 libmcrypt-dev \
36+ mysql-client \
3637 && docker-php-ext-install -j$(nproc) \
3738 bcmath \
3839 gd \
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ RUN apk --update add --no-cache \
3333 icu-dev \
3434 openldap-dev \
3535 libmcrypt-dev \
36+ mysql-client \
3637 && docker-php-ext-install -j$(nproc) \
3738 bcmath \
3839 gd \
You can’t perform that action at this time.
0 commit comments