aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/git/Dockerfile
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-25 22:14:52 -0700
committerGravatar GitHub <noreply@github.com>2021-08-25 22:14:52 -0700
commit5549d804b3640462549401597cfef382911b3933 (patch)
treeee92b92846c95c667bce422b952d0c874ef755d9 /projects/git/Dockerfile
parent390c200c1e85f0a86d205a401a77457f51cb1848 (diff)
[Ubuntu upgrade] Fix projects so they don't break with upgrade. (#6304)
Fix projects so they don't break with upgrade. These fixes are likely not backwards compatible and will fail on Ubuntu 16.04. Related: #6180
Diffstat (limited to 'projects/git/Dockerfile')
-rw-r--r--projects/git/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/git/Dockerfile b/projects/git/Dockerfile
index 91c05e42..eb487434 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