From a0aedd07d05379288857890ff910278508e15bb3 Mon Sep 17 00:00:00 2001
From: Kelter Christopher - Studierendenaccount
 <christopher.kelter@student.uibk.ac.at>
Date: Mon, 17 Jul 2023 12:18:36 +0200
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 8f06615..3cb5d9e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -43,4 +43,5 @@ RUN echo "source /app/cvbridge_build_ws/install/setup.bash --extend" >> ~/.bashr
 # source CV bridge is required at the end
 
 WORKDIR /app/catkin_ws
+ENV GIT_SSL_NO_VERIFY=false
 ENTRYPOINT ["bash"]
-- 
GitLab