diff --git a/Dockerfile.utility b/Dockerfile.utility
index 518d5c4b1045fe54c36e57e4c8375fd2c7668178..67bf76b3858d8dd494bddc210d032c1656db9b14 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 && \
+    apt-get -qq install lsb-release curl wget ca-certificates locales-all python3 python3-git python3-requests git unzip debhelper xml2 && \
     apt-get -qq clean && \
     lsb_release -a && uname -a && python3 --version