aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Copeland <ben.copeland@linaro.org>2020-06-30 13:38:41 +0100
committerBenjamin Copeland <ben.copeland@linaro.org>2020-06-30 13:38:41 +0100
commit08f7e2413da825ba096e8d288fef0f6c7467dbbb (patch)
tree39a1f3a2b84b9f178abb297f2bf4fc3deda850de
parente23fcfb0163de3227657dc2c8ab5f8475bd93a8e (diff)
downloaddockerfiles-08f7e2413da825ba096e8d288fef0f6c7467dbbb.tar.gz
TF-M: Update docker image to include missing deps
TF-M currently failing on fatal error: bits/libc-header-start.h: No such file or directory this should fix that. Signed-off-by: Benjamin Copeland <ben.copeland@linaro.org> Change-Id: Ia396b88761a1e1f3fa7c6656482ec52e1769b9a5
-rw-r--r--bionic-amd64-tf-m-build/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bionic-amd64-tf-m-build/Dockerfile b/bionic-amd64-tf-m-build/Dockerfile
index e81b020..3ac9b32 100644
--- a/bionic-amd64-tf-m-build/Dockerfile
+++ b/bionic-amd64-tf-m-build/Dockerfile
@@ -9,6 +9,8 @@ ENV PKG_DEPS="\
default-jre \
device-tree-compiler \
doxygen \
+ g++-multilib \
+ gcc-multilib \
git \
graphviz \
jq \