Skip to content

Commit

Permalink
add back .git folder to dockerfile build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 authored and AndrewFasano committed Apr 4, 2024
1 parent 1d0069e commit 8fa38f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ RUN git -C /panda submodule update --init dtc && \
--target-list="${TARGET_LIST}" \
--prefix=/usr/local \
--disable-numa \
--enable-llvm && \
rm -rf /panda/.git
--enable-llvm

RUN make -C /panda/build -j "$(nproc)"

Expand Down

0 comments on commit 8fa38f6

Please sign in to comment.