From f92857c0a644ee1cb7b7ec3d61abace85c46e3b9 Mon Sep 17 00:00:00 2001 From: Luke Craig Date: Fri, 27 Oct 2023 14:27:01 -0400 Subject: [PATCH] re-add git --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a28166944ce..e6a958fa7c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \