We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824970e commit f36f62eCopy full SHA for f36f62e
Dockerfile
@@ -40,8 +40,8 @@ RUN echo '33' >/dev/null && pip install --use-deprecated=legacy-resolver git+htt
40
#RUN echo '11' >/dev/null && pip install git+https://github.com/cshenry/cobrakbase.git@f0b3aa300fb153fc83b2fd5e83be231fc6992fae
41
42
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
+ git clone https://github.com/cshenry/cobrakbase.git@f0b3aa300fb153fc83b2fd5e83be231fc6992fae \
+ && git clone --branch main https://github.com/cshenry/KBBaseModules.git
45
RUN mkdir test
46
47
# -----------------------------------------
0 commit comments