Merge pull request #3058 from GautierDele/master

 Add mongo crendentials to environment
This commit is contained in:
Shao Yu-Lung (Allen)
2021-09-22 17:25:33 +08:00
committed by GitHub
3 changed files with 6 additions and 1 deletions

View File

@ -789,7 +789,7 @@ RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
ARG INSTALL_SMB=false
RUN if [ ${INSTALL_SMB} = true ]; then \
apt-get install apt-get install -yqq smbclient libsmbclient-dev coreutils && \
apt-get install -yqq smbclient libsmbclient-dev coreutils && \
pecl install smbclient && \
docker-php-ext-enable smbclient \
;fi