TF-M: we don't use Arm platforms binaries
remove binaries pulled from
https://releases.linaro.org/members/arm/platforms as TF-M CI isn't using
them.
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Change-Id: I5d70de79974e6d85c38df75b6e5986f778ab9969
diff --git a/bionic-amd64-tf-m-build/Dockerfile b/bionic-amd64-tf-m-build/Dockerfile
index 5d70d5b..d719833 100644
--- a/bionic-amd64-tf-m-build/Dockerfile
+++ b/bionic-amd64-tf-m-build/Dockerfile
@@ -120,11 +120,5 @@
-d ${TOOLS_DIR} \
&& rm -rf ${ARM_CLANG_INSTALL_DIR} /tmp/${ARM_CLANG_TAR}
-ARG LINARO_VERSION=19.06
-RUN mkdir -p nfs/downloads/linaro/${LINARO_VERSION} \
- && cd nfs/downloads/linaro/${LINARO_VERSION} \
- && wget -q -c -m -A .zip -np -nd https://releases.linaro.org/members/arm/platforms/${LINARO_VERSION}/ \
- && for file in *.zip; do unzip -q ${file} -d $(basename ${file} .zip); done
-
EXPOSE 22
ENTRYPOINT ["/usr/sbin/setup-sshd"]