[gimp-web/oscp] Install git as well



commit 589e15101619b1b20997ad3fed2ea8c8acff7141
Author: Andrea Veri <averi redhat com>
Date:   Wed Sep 8 12:48:18 2021 +0200

    Install git as well

 testing.docs.gimp.org/docs_build/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/testing.docs.gimp.org/docs_build/Dockerfile b/testing.docs.gimp.org/docs_build/Dockerfile
index fa8076d6..16d22d30 100644
--- a/testing.docs.gimp.org/docs_build/Dockerfile
+++ b/testing.docs.gimp.org/docs_build/Dockerfile
@@ -3,7 +3,7 @@ USER root
 
 RUN apt-get update && apt-get install -y --no-install-recommends \ 
     automake build-essential docbook-xml docbook-xsl pkg-config \
-    pngcrush pngnq python3 python3-libxml2 xsltproc gettext 
+    pngcrush pngnq python3 python3-libxml2 xsltproc gettext git 
 
 RUN groupadd gimpdocs -g 1000580000 && \
     useradd gimpdocs -g 1000580000 -u 1000580000 -r -l -m


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]