From 79eba305577de4e5be2c903352e4d1a18b5e764f Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Thu, 17 Jun 2021 16:26:29 +0100 Subject: [PATCH] gnutls: Fix dockerfile and libtasn clone to work with new versioning. (#5931) --- projects/gnutls/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/gnutls/Dockerfile b/projects/gnutls/Dockerfile index 46304293d..5d902272e 100644 --- a/projects/gnutls/Dockerfile +++ b/projects/gnutls/Dockerfile @@ -38,7 +38,7 @@ RUN git clone git://git.savannah.gnu.org/gnulib.git RUN git clone --depth=1 https://git.savannah.gnu.org/git/libunistring.git RUN git clone --depth=1 https://gitlab.com/libidn/libidn2.git RUN hg clone https://gmplib.org/repo/gmp/ gmp -RUN git clone --depth=1 https://gitlab.com/gnutls/libtasn1.git +RUN git clone https://gitlab.com/gnutls/libtasn1.git RUN git clone --depth=1 https://git.lysator.liu.se/nettle/nettle.git RUN git clone --depth=1 --recursive https://gitlab.com/gnutls/gnutls.git