jammy-amd64-tf-a-build: add CUE

Adds CUE, the data constraint language, to the list of dependencies
installed within the `jammy-amd64-tf-a-build` Docker image.

Change-Id: I3ee3dbb621adb170a785d62bf6da4ac7c78f5ba5
Signed-off-by: Chris Kay <chris.kay@arm.com>
diff --git a/jammy-amd64-tf-a-build/tf-dependencies.install b/jammy-amd64-tf-a-build/tf-dependencies.install
index 179624a..5476092 100755
--- a/jammy-amd64-tf-a-build/tf-dependencies.install
+++ b/jammy-amd64-tf-a-build/tf-dependencies.install
@@ -66,6 +66,9 @@
 tar -xf /tmp/DS500-BN-00026-r5p0-19rel0.tar.gz -C /tmp/armclang-6.17
 /tmp/armclang-6.17/install_x86_64.sh --no-interactive --i-agree-to-the-contained-eula -d ${TOOLS_DIR}/armclang-6.17
 
+# Install the CUE data constraint language
+go install cuelang.org/go/cmd/cue@v0.5.0
+
 # Additional binaries required
 mkdir -p nfs/downloads/linaro/20.01
 cd nfs/downloads/linaro/20.01