We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d3a6e commit 3369339Copy full SHA for 3369339
Dockerfile.in
@@ -57,15 +57,11 @@ RUN apt-get -y install --no-install-recommends \
57
ca-certificates \
58
coreutils \
59
socat \
60
- openssh-client
+ openssh-client \
61
+ git
62
# We want a newer git than the norm.
63
RUN apt-get -y -t buster-backports install --no-install-recommends \
64
git
-# 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
69
RUN apt-get -y autoremove
70
RUN rm -rf /var/lib/apt/lists/*
71
0 commit comments