- added, PHP_DOWNGRADE_OPENSSL_TLS_VERSION

- php-fpm added, apt-get update
- workspace added, apt-get update
This commit is contained in:
guler
2022-10-14 11:33:21 +03:00
parent 6dba239462
commit b3dfa8438f
4 changed files with 11 additions and 6 deletions

View File

@ -533,7 +533,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
###########################################################################