Skip to content

Commit

Permalink
Merge pull request #9 from Readon/master
Browse files Browse the repository at this point in the history
set safe.directory systemwide.
  • Loading branch information
Readon authored May 3, 2023
2 parents be25f26 + 0b834e5 commit a3fd265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ RUN curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E4
| tee /etc/apt/sources.list.d/sbt_old.list \
&& apt update && apt install sbt && apt clean && rm -rf /var/lib/apt/lists/*

RUN git config --global --add safe.directory '*'
RUN git config --system --add safe.directory '*'

COPY --from=build-symbiyosys /opt /opt
COPY --from=build-verilator /opt /opt
Expand Down

0 comments on commit a3fd265

Please sign in to comment.