🐛 wrong command
This commit is contained in:
parent
c784aad5a7
commit
6c9ca44573
@ -789,7 +789,7 @@ ARG INSTALL_SMB=false
|
|||||||
RUN if [ ${INSTALL_SMB} = true ]; then \
|
RUN if [ ${INSTALL_SMB} = true ]; then \
|
||||||
apt-get install apt-get install -yqq smbclient libsmbclient-dev coreutils && \
|
apt-get install apt-get install -yqq smbclient libsmbclient-dev coreutils && \
|
||||||
pecl install smbclient && \
|
pecl install smbclient && \
|
||||||
docker-php-ext-enable smbclient \ -yqq smbclient php-smbclient coreutils \
|
docker-php-ext-enable smbclient \
|
||||||
;fi
|
;fi
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user