commit | 048519561e1189cbe77e8793d35ac9deb57bcae7 | [log] [tgz] |
---|---|---|
author | Leonardo Sandoval <leonardo.sandoval@linaro.org> | Thu Oct 15 12:05:12 2020 -0500 |
committer | Leonardo Sandoval <leonardo.sandoval@linaro.org> | Thu Oct 15 12:05:12 2020 -0500 |
tree | f9425f225a1b6a9e91981d0e3a87a76311120f45 | |
parent | e97e784abb66ef3dccc82bd73bd50be77ce7d46d [diff] |
Include libxml-libxml-perl package The libxml package is required to build TF-A tests as indicated in [1] otherwise build failures are encountered when building tftf related test configs. [1] https://trustedfirmware-a-tests.readthedocs.io/en/latest/getting_started/requirements.html#build-host Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org> Change-Id: I0c22a219f27a5164037764604cbf23d7790c1e88
diff --git a/bionic-amd64-tf-m-build/Dockerfile b/bionic-amd64-tf-m-build/Dockerfile index edcd07e..7376014 100644 --- a/bionic-amd64-tf-m-build/Dockerfile +++ b/bionic-amd64-tf-m-build/Dockerfile
@@ -23,6 +23,7 @@ lcov \ libffi-dev \ libssl-dev \ + libxml-libxml-perl \ openjdk-8-jdk \ openssh-server \ perl \