From 156a84c41c5a67f28fad8c2ab9f7f53794fc2681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 13 Dec 2022 09:56:33 +0100 Subject: [PATCH] Trying https:// instead of git:// MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- samba-native-php8.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba-native-php8.0/Dockerfile b/samba-native-php8.0/Dockerfile index 49bf8785..40120062 100644 --- a/samba-native-php8.0/Dockerfile +++ b/samba-native-php8.0/Dockerfile @@ -2,7 +2,7 @@ FROM ghcr.io/nextcloud/continuous-integration-samba-non-native-php8.0:latest RUN apt update RUN apt-get install -y php8.0-dev libsmbclient-dev git -RUN git clone git://github.com/eduardok/libsmbclient-php.git +RUN git clone https://github.com/eduardok/libsmbclient-php.git RUN cd libsmbclient-php && phpize && ./configure && make && make install ADD smbclient.ini /etc/php/8.0/cli/conf.d/smbclient.ini