[gimp-web/oscp] Install make package



commit a6d8362ce4014eccdf33e03055d7817bbd373cbd
Author: Michael Schumacher <schumaml gmx de>
Date:   Sat Apr 18 22:28:32 2020 +0200

    Install make package

 static.gimp.org/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/static.gimp.org/Dockerfile b/static.gimp.org/Dockerfile
index 0680ab6d..2a1b4827 100644
--- a/static.gimp.org/Dockerfile
+++ b/static.gimp.org/Dockerfile
@@ -1,5 +1,5 @@
 FROM centos:8
-RUN dnf install -y python3-pip git
+RUN dnf install -y python3-pip git make
 
 RUN git clone --depth 1 --branch migrate/py3 https://gitlab.gnome.org/Infrastructure/gimp-web && \
     cd gimp-web && \


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