From 3e2045ed3cd37a6a8c01fa6a4bd8f74910079274 Mon Sep 17 00:00:00 2001
From: Bensong Liu <bensl@microsoft.com>
Date: Tue, 20 Apr 2021 14:56:55 +0800
Subject: [PATCH] bug fix

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

diff --git a/Dockerfile b/Dockerfile
index 048ffb1..04aeb47 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
-- 
GitLab