diff --git a/Dockerfile b/Dockerfile index 683cf71..a39f57c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 830167a..b8393e9 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index d5936a1..751b5f6 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -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 \