From 002e5f8b3a818f0ee2b5208b41609f9e9638b85c Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Thu, 11 May 2023 15:09:30 +0200 Subject: [PATCH] WIP: Rename caosdb -> linkahead --- test/docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/docker/Dockerfile b/test/docker/Dockerfile index 9169fad9..c19bf8f5 100644 --- a/test/docker/Dockerfile +++ b/test/docker/Dockerfile @@ -14,7 +14,8 @@ RUN apt-get update \ RUN pip3 install pylint pytest # TODO rename to linkahead -RUN pip3 install caosdb>=0.7.4 +# RUN pip3 install caosdb>=0.7.4 +RUN pip3 install git+https://gitlab.com/caosdb/caosdb-pylib.git@f-linkahead-rename RUN pip3 install pandas # TODO rename to linkahead RUN pip3 install git+https://gitlab.com/caosdb/caosdb-advanced-user-tools.git@dev -- GitLab