Update Dockerfile

php-worker fix add package name
This commit is contained in:
Shao Yu-Lung (Allen) 2020-03-12 09:39:45 +08:00 committed by GitHub
parent cb574599ca
commit 62747a2870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ RUN set -eux; \
# Install MySQL Client:
ARG INSTALL_MYSQL_CLIENT=false
RUN if [ ${INSTALL_MYSQL_CLIENT} = true ]; then \
apk --update add default-mysql-client \
apk --update add mysql-client \
;fi
# Install FFMPEG: