From 94b5501272758f349a1daf5f95650f3aead49cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Wed, 24 Jul 2019 13:32:00 +0200 Subject: [PATCH] MAINT: removed unnecessary dependency (docker-compose) --- .docker/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.docker/Dockerfile b/.docker/Dockerfile index 19de22f..54ba9cb 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -1,7 +1,6 @@ FROM debian:latest RUN apt-get update && \ apt-get install tox curl python3-pip git python-autopep8 -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 . -- GitLab