From f3b70e3291786ff8090d97158c26c5bfcd51223d Mon Sep 17 00:00:00 2001
From: Nicolas Pernoud <github@ninico.fr>
Date: Mon, 25 May 2020 11:51:03 +0200
Subject: [PATCH] feat: added git

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index a8635df..b375d94 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,7 +24,7 @@ RUN chmod a+x /usr/bin/plantuml
 #
 FROM debian:buster as setup-env
 
-RUN apt-get update && apt-get install -y python3 pandoc graphviz libfreetype6 fontconfig \
+RUN apt-get update && apt-get install -y python3 pandoc graphviz libfreetype6 fontconfig git \
     && apt-get clean \
     && rm -rf /var/lib/apt/lists/*
 
-- 
GitLab