Change smbclient clone from git:// to https:// to allow unauthenticated use.

This commit is contained in:
TheSpad 2022-03-17 09:29:12 +00:00
parent 30274c83e1
commit 65e14df4a5
3 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ RUN \
tar \
unzip && \
echo "**** compile smbclient ****" && \
git clone git://github.com/eduardok/libsmbclient-php.git /tmp/smbclient && \
git clone https://github.com/eduardok/libsmbclient-php.git /tmp/smbclient && \
cd /tmp/smbclient && \
phpize8 && \
./configure \

View File

@ -68,7 +68,7 @@ RUN \
tar \
unzip && \
echo "**** compile smbclient ****" && \
git clone git://github.com/eduardok/libsmbclient-php.git /tmp/smbclient && \
git clone https://github.com/eduardok/libsmbclient-php.git /tmp/smbclient && \
cd /tmp/smbclient && \
phpize8 && \
./configure \

View File

@ -68,7 +68,7 @@ RUN \
tar \
unzip && \
echo "**** compile smbclient ****" && \
git clone git://github.com/eduardok/libsmbclient-php.git /tmp/smbclient && \
git clone https://github.com/eduardok/libsmbclient-php.git /tmp/smbclient && \
cd /tmp/smbclient && \
phpize8 && \
./configure \