Skip to content

Commit

Permalink
re-add git
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Oct 27, 2023
1 parent 572eb99 commit f92857c
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 @@ -51,7 +51,7 @@ RUN cd /tmp && \
# Copy repo root directory to /panda, note we explicitly copy in .git directory
# Note .dockerignore file keeps us from copying things we don't need
COPY . /panda/
# COPY .git /panda/
COPY .git /panda/

# Note we diable NUMA for docker builds because it causes make check to fail in docker
RUN git -C /panda submodule update --init dtc && \
Expand Down

0 comments on commit f92857c

Please sign in to comment.