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

View File

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