diff --git a/Dockerfile b/Dockerfile
index 04aeb4765c0815e880dd9eca352d72691b0bdc33..31aa4bb33e2a92ca6225a937f57764386685c092 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,6 +4,9 @@ maintainer root@recolic.net
 run apt update && apt install -y fish wget curl git
 run wget https://git.recolic.net/root/json2table/uploads/63b923b53a191968f0dc29cd988d7b4f/json2table-linux-static -O /usr/bin/json2table && chmod +x /usr/bin/json2table
 
+# I don't know why CAFile is none in long-running docker. Just disable it. 
+run git config --global http.sslVerify false
+
 run mkdir -p /app
 copy . /app
 workdir /app