Skip to content

Commit e87a2c8

Browse files
committed
feat(Dockerfile): install mysql-client. close #9
1 parent ce583b1 commit e87a2c8

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
@@ -187,6 +187,7 @@ RUN echo @testing http://nl.alpinelinux.org/alpine/edge/testing >> /etc/apk/repo
187187
sqlite-dev \
188188
libjpeg-turbo-dev \
189189
ssmtp \
190+
mysql-client \
190191
apk-cron && \
191192
docker-php-ext-configure gd \
192193
--with-gd \

0 commit comments

Comments
 (0)