File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -810,11 +810,7 @@ USER root
810810ARG INSTALL_MYSQL_CLIENT=false
811811
812812RUN 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# ##########################################################################
Original file line number Diff line number Diff line change @@ -96,11 +96,7 @@ RUN set -eux; \
9696# Install MySQL Client:
9797ARG INSTALL_MYSQL_CLIENT=false
9898RUN 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:
You can’t perform that action at this time.
0 commit comments