jammy-amd64-tf-a-build-next: Reset and resync with upstream

All pending changes from this image were merged to the upstream image
(jammy-amd64-tf-a-build). In the meantime, the upstream image has some
changes introduced. So, remove now outdated tf-dependencies.install,
so the one from upstream will be used by default, and make this -next
image ready for the next development cycle (so, someone who needs changes
will start with copying up to date tf-dependencies.install from upstream
and make changes to it).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I440b64062a380f2f47190d59257f1723ba71b6af
diff --git a/jammy-amd64-tf-a-build-next/build.sh b/jammy-amd64-tf-a-build-next/build.sh
index 8a38eac..d51d656 100755
--- a/jammy-amd64-tf-a-build-next/build.sh
+++ b/jammy-amd64-tf-a-build-next/build.sh
@@ -29,6 +29,7 @@
 # Copy armclang toolchains required for the build (previously fetched
 # from s3://trustedfirmware-private/armclang/ by build harness).
 cp ../DS500-BN-00026-r5p0-11rel0.tar.gz ../DS500-BN-00026-r5p0-19rel0.tar.gz .
+cp ../ARMCompiler6.18_standalone_linux-x86_64.tar.gz .
 
 image=trustedfirmware/ci-${ARCHITECTURE}-${PROJECT}-ubuntu:${DISTRIBUTION}${DOCKER_SUFFIX}
 docker build --pull --no-cache --tag=$image .