gnutls: Fix dockerfile and libtasn clone to work with new versioning. (#5931)

This commit is contained in:
DavidKorczynski 2021-06-17 16:26:29 +01:00 committed by GitHub
parent 5e5b73fc81
commit 79eba30557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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