🐛 duplicates apt-get install

This commit is contained in:
Gautier DELEGLISE 2021-09-20 11:11:45 +02:00 committed by GitHub
parent bc894b6ee0
commit aaf04367e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -787,7 +787,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