From ffe2ac4d2f77a1e5f47021df5ea9c9f3a9785b17 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sat, 29 May 2021 09:15:17 -0700 Subject: [PATCH] Change libcurl workaround to be less precise --- Dockerfile.in | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Dockerfile.in b/Dockerfile.in index a82ab17..d6389a9 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -57,15 +57,11 @@ RUN apt-get -y install --no-install-recommends \ ca-certificates \ coreutils \ socat \ - openssh-client + openssh-client \ + git # We want a newer git than the norm. RUN apt-get -y -t buster-backports install --no-install-recommends \ git -# libcurl3-gnutls=7.74.0-1.2~bpo10+1 is broken. We can downgrade for now until -# the fix reaches upstream. -# https://github.com/kubernetes/git-sync/issues/395 -RUN apt-get -y install --no-install-recommends --allow-downgrades \ - libcurl3-gnutls:amd64=7.64.0-4+deb10u2 RUN apt-get -y autoremove RUN rm -rf /var/lib/apt/lists/*