Skip to content

Commit f36f62e

Browse files
author
Christopher Henry
committed
Fixing docker file
1 parent 824970e commit f36f62e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ RUN echo '33' >/dev/null && pip install --use-deprecated=legacy-resolver git+htt
4040
#RUN echo '11' >/dev/null && pip install git+https://github.com/cshenry/cobrakbase.git@f0b3aa300fb153fc83b2fd5e83be231fc6992fae
4141

4242
RUN echo '30' >/dev/null && mkdir deps && cd deps && \
43-
git clone https://github.com/cshenry/cobrakbase.git@f0b3aa300fb153fc83b2fd5e83be231fc6992fae
44-
git clone --branch main https://github.com/cshenry/KBBaseModules.git
43+
git clone https://github.com/cshenry/cobrakbase.git@f0b3aa300fb153fc83b2fd5e83be231fc6992fae \
44+
&& git clone --branch main https://github.com/cshenry/KBBaseModules.git
4545
RUN mkdir test
4646

4747
# -----------------------------------------

0 commit comments

Comments
 (0)