From 031f97f1150e7394759c65de01a0ed505e0118f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Thu, 18 Jul 2019 15:01:30 +0200
Subject: [PATCH] ci

---
 .docker/Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.docker/Dockerfile b/.docker/Dockerfile
index af61fa9..3f4ffd9 100644
--- a/.docker/Dockerfile
+++ b/.docker/Dockerfile
@@ -1,8 +1,10 @@
 FROM debian:latest
 RUN apt-get update && \
-	apt-get install docker.io tox curl python3-pip -y
+	apt-get install docker.io tox curl python3-pip git  -y
 RUN pip3 install docker-compose
 COPY .docker/wait-for-it.sh /wait-for-it.sh
+RUN git clone https://gitlab.gwdg.de/bmp-caosdb/caosdb-pylib.git && \
+   cd caosdb-pylib && pip3 install .
 COPY . /git
 RUN rm -r /git/.git
 WORKDIR /git
-- 
GitLab