From fbf93a5cedaef2a65d61158d4516af3ac6a7c954 Mon Sep 17 00:00:00 2001 From: ilia Nikiforov Date: Wed, 27 Mar 2024 17:10:08 -0500 Subject: [PATCH] fix missing branch --- docker/config/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/config/Dockerfile b/docker/config/Dockerfile index 7af4f3c..f144c6e 100644 --- a/docker/config/Dockerfile +++ b/docker/config/Dockerfile @@ -154,7 +154,7 @@ RUN git clone -q --single-branch -b tests https://github.com/openkim/kim-python- && cd kim-python-utils \ && pip install -e . -RUN git clone -q --single-branch -b tests https://github.com/openkim-hackathons/kim-test-utils \ +RUN git clone -q https://github.com/openkim-hackathons/kim-test-utils \ && cd kim-test-utils \ && pip install -e .