diff --git a/Dockerfile b/Dockerfile
index 048ffb1bb2c0619018bf1aeb6b5b7b7b5951e576..04aeb4765c0815e880dd9eca352d72691b0bdc33 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 from ubuntu:20.04
 maintainer root@recolic.net
 
-run apt update && apt install -y fish wget curl
+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
 
 run mkdir -p /app