Skip to content

Commit

Permalink
removed tag from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdi authored Oct 23, 2023
1 parent f9f3845 commit adf9a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit adf9a93

Please sign in to comment.