From 5abd18b64c9629e5a3d2acb55d5b423e0eb27439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20R=C4=85czy?= Date: Thu, 10 Aug 2023 13:54:11 -0700 Subject: [PATCH] Fix git issues --- .devcontainer/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index b459c17a92f1b6..9b353546adca96 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,7 @@ FROM ghcr.io/commaai/openpilot-base:latest RUN printf "\nsource /workspaces/openpilot/tools/openpilot_env.sh\n" >> ~/.bashrc +# remove gitconfig if exists, since its gonna be replaced by host one +RUN rm -f /root/.gitconfig RUN apt update && apt install -y vim net-tools usbutils htop RUN pip install ipython jupyter jupyterlab