diff --git a/dependencies/Dockerfile b/dependencies/Dockerfile index 0ad0409..a606c68 100644 --- a/dependencies/Dockerfile +++ b/dependencies/Dockerfile @@ -97,4 +97,4 @@ WORKDIR $PRECHECKER_ROOT # GOLDEN CARAVEL ENV GOLDEN_CARAVEL=/opt/caravel -RUN git clone --depth=1 --branch mpw-9e https://github.com/efabless/caravel-lite.git ${GOLDEN_CARAVEL} && make -C ${GOLDEN_CARAVEL} uncompress +RUN git clone --depth=1 https://github.com/efabless/caravel-lite.git ${GOLDEN_CARAVEL} && make -C ${GOLDEN_CARAVEL} uncompress