diff --git a/Dockerfile.utility b/Dockerfile.utility
index 67bf76b3858d8dd494bddc210d032c1656db9b14..40158c1f46bdd48e4bd88853ec922d4811e7b71d 100644
--- a/Dockerfile.utility
+++ b/Dockerfile.utility
@@ -2,7 +2,7 @@ FROM debian:bullseye AS debian-go-build
 
 RUN apt-get -qq update && \
     apt-get -qq dist-upgrade && \
-    apt-get -qq install lsb-release curl wget ca-certificates locales-all python3 python3-git python3-requests git unzip debhelper xml2 && \
+    apt-get -qq install lsb-release curl wget ca-certificates locales-all python3 python3-git python3-requests python3-click git unzip debhelper xml2 && \
     apt-get -qq clean && \
     lsb_release -a && uname -a && python3 --version