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

---
 Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 3cb5d9e..7643aa5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,10 +3,9 @@ FROM docker.uibk.ac.at:443/informatik/stair/minibot-vision/ros/arm
 EXPOSE 11311
 #EXPOSE 9090
 
+# vcs import does not work without that
 ENV GIT_SSL_NO_VERIFY=true
 
-RUN vcs help
-
 # set bash to default shell
 SHELL ["/bin/bash", "-c"]
 
-- 
GitLab