Merge pull request #3285 from glrvrl/glrvrl

added: PHP_DOWNGRADE_OPENSSL_TLS_VERSION
This commit is contained in:
Shao Yu-Lung (Allen)
2022-12-11 01:24:52 +08:00
committed by GitHub
4 changed files with 11 additions and 6 deletions

View File

@ -532,7 +532,8 @@ RUN if [ ${INSTALL_GEARMAN} = true ]; then \
ARG INSTALL_PHPREDIS=false
RUN if [ ${INSTALL_PHPREDIS} = true ]; then \
apt-get install -yqq php${LARADOCK_PHP_VERSION}-redis \
apt-get update \
&& apt-get install -yqq php${LARADOCK_PHP_VERSION}-redis \
;fi
###########################################################################