Skip to content

Commit cb57459

Browse files
committed
fix: mysql-client has no installation candidate
1 parent 6a92eb0 commit cb57459

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

php-fpm/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -810,11 +810,7 @@ USER root
810810
ARG INSTALL_MYSQL_CLIENT=false
811811

812812
RUN if [ ${INSTALL_MYSQL_CLIENT} = true ]; then \
813-
if [ ${LARADOCK_PHP_VERSION} = "7.3" ]; then \
814813
apt-get -y install default-mysql-client \
815-
;else \
816-
apt-get -y install mysql-client \
817-
;fi \
818814
;fi
819815

820816
###########################################################################

php-worker/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,7 @@ RUN set -eux; \
9696
# Install MySQL Client:
9797
ARG INSTALL_MYSQL_CLIENT=false
9898
RUN if [ ${INSTALL_MYSQL_CLIENT} = true ]; then \
99-
if [ ${LARADOCK_PHP_VERSION} = "7.3" ]; then \
10099
apk --update add default-mysql-client \
101-
;else \
102-
apk --update add mysql-client \
103-
;fi \
104100
;fi
105101

106102
# Install FFMPEG:

0 commit comments

Comments
 (0)