Change libcurl workaround to be less precise

This commit is contained in:
Tim Hockin 2021-05-29 09:15:17 -07:00
parent 5918570aac
commit ffe2ac4d2f
1 changed files with 2 additions and 6 deletions

View File

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