From 63ed0282199e9ea812345d16a6e91a39b8d527af Mon Sep 17 00:00:00 2001
From: Torsten Grote <t@grobox.de>
Date: Wed, 4 Jul 2018 13:53:31 -0300
Subject: [PATCH] Install curl as well for GitLap pipeline triggers

---
 install.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/install.sh b/install.sh
index 32f1f7d..5f06a14 100755
--- a/install.sh
+++ b/install.sh
@@ -20,6 +20,7 @@ apt-get install -y --no-install-recommends \
 	git \
 	default-jdk-headless \
 	unzip \
+	curl \
 	wget
 
 # clean up for smaller image size
-- 
GitLab