From 9c706760e8c4527996db2723755e23d3e2bd97b4 Mon Sep 17 00:00:00 2001
From: nerdfacenyan <90285403+nerdfacenyan@users.noreply.github.com>
Date: Tue, 21 Sep 2021 14:22:40 -0700
Subject: [PATCH 1/2] Update Dockerfile.bird

---
 Dockerfile.bird | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile.bird b/Dockerfile.bird
index a3906bb..9e4a42a 100644
--- a/Dockerfile.bird
+++ b/Dockerfile.bird
@@ -6,6 +6,7 @@ EXPOSE 179
 
 RUN apt-get update && apt-get install -y \
         autoconf \
+    git \
     bison \
     build-essential \
     curl \

From 4376fd0e8b89753f5071ae8c88871b85baafe296 Mon Sep 17 00:00:00 2001
From: Manevolent <manevolent@team.lixo>
Date: Tue, 21 Sep 2021 15:37:57 -0600
Subject: [PATCH 2/2] Appropriately sleep

---
 run.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/run.sh b/run.sh
index 302507e..2c64c57 100644
--- a/run.sh
+++ b/run.sh
@@ -48,6 +48,7 @@ do
 		echo $checkout_version > $version_file
 	else
 		echo "Update failed; version was not updated. Trying again in $delay seconds. For more details, see $log"
+		sleep $delay
 		continue
 	fi
   fi