diff --git a/Dockerfile b/Dockerfile index 8f06615970a5dc95ed44d08e4d058084cbadfb6e..3cb5d9e814244b9ef590d258a468732bc921447f 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"]