From c2053ff76cf498059b8cc7e653a73cebb369b8e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Tue, 16 Jul 2019 15:08:08 +0200
Subject: [PATCH] ci

---
 test/docker/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/docker/Dockerfile b/test/docker/Dockerfile
index fb781ace..3d053e62 100644
--- a/test/docker/Dockerfile
+++ b/test/docker/Dockerfile
@@ -1,6 +1,7 @@
 FROM debian:latest
 RUN apt-get update && \
-	apt-get install firefox-esr pylint3 python3-pip python3-httpbin git -y
+	apt-get install firefox-esr pylint3 python3-pip python3-httpbin git \
+	curl -y
 RUN git clone -b dev https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \
     cd caosdb-pylib && pip3 install .
 
-- 
GitLab