aboutsummaryrefslogtreecommitdiff
path: root/projects/git
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-26 09:53:49 -0700
committerGitHub <noreply@github.com>2021-08-26 09:53:49 -0700
commit03d18372d5712c786126378277e58c51e3d09e87 (patch)
tree835895588f6c1addee4c2b02d3af0d9f23130484 /projects/git
parent7ca003732dfedb82c6dc189e21f6d3d3ff17d25f (diff)
downloadoss-fuzz-03d18372d5712c786126378277e58c51e3d09e87.tar.gz
Reland [Ubuntu upgrade] Fix projects so they don't break with upgrade (#6313)
This reverts commit 878c32419cdf89457d1f1be616d4896fc2586160. Related: #6180
Diffstat (limited to 'projects/git')
-rw-r--r--projects/git/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/git/Dockerfile b/projects/git/Dockerfile
index 91c05e426..eb487434d 100644
--- a/projects/git/Dockerfile
+++ b/projects/git/Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get update && \
cvs cvsps gettext libcgi-pm-perl libcurl4-gnutls-dev \
libdbd-sqlite3-perl liberror-perl libexpat1-dev libhttp-date-perl \
libio-pty-perl libmailtools-perl libpcre2-dev libpcre3-dev libsvn-perl \
- libtime-modules-perl libyaml-perl libz-dev python subversion tcl unzip \
+ perl-modules libyaml-perl libz-dev python subversion tcl unzip \
asciidoc docbook-xsl xmlto libssl-dev zip
RUN git clone https://github.com/git/git git
WORKDIR git