Skip to content

Commit 3369339

Browse files
committed
Change libcurl workaround to be less precise
1 parent 78d3a6e commit 3369339

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Dockerfile.in

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,11 @@ RUN apt-get -y install --no-install-recommends \
5757
ca-certificates \
5858
coreutils \
5959
socat \
60-
openssh-client
60+
openssh-client \
61+
git
6162
# We want a newer git than the norm.
6263
RUN apt-get -y -t buster-backports install --no-install-recommends \
6364
git
64-
# libcurl3-gnutls=7.74.0-1.2~bpo10+1 is broken. We can downgrade for now until
65-
# the fix reaches upstream.
66-
# https://github.com/kubernetes/git-sync/issues/395
67-
RUN apt-get -y install --no-install-recommends --allow-downgrades \
68-
libcurl3-gnutls:amd64=7.64.0-4+deb10u2
6965
RUN apt-get -y autoremove
7066
RUN rm -rf /var/lib/apt/lists/*
7167

0 commit comments

Comments
 (0)