aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval@linaro.org>2021-05-05 10:51:24 -0500
committerLeonardo Sandoval <leonardo.sandoval@linaro.org>2021-05-05 10:51:24 -0500
commit209d76fe64fb59563d5dd1dbb05e09226d70121e (patch)
treeeafc1d04e2c52d24a7b09777db9bf0b888306183
parent012c02b279110f86a3842bae9f3240c6267516ed (diff)
downloaddockerfiles-209d76fe64fb59563d5dd1dbb05e09226d70121e.tar.gz
bionic-amd64-tf-a-build: install gdisk package
Commit [1] introduce the usage of 'sgdisk' tool, so include it into the dockerfile through the corresponding package. [1] https://git.trustedfirmware.org/ci/tf-a-ci-scripts.git/commit/?id=ea3e094f9634793028b02595cc66e668bd5355f6 Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org> Change-Id: Ie5c858110d3adc22f20d099d9adc8a5b98913ef8
-rw-r--r--bionic-amd64-tf-a-build/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bionic-amd64-tf-a-build/Dockerfile b/bionic-amd64-tf-a-build/Dockerfile
index ccc855a..3ca894f 100644
--- a/bionic-amd64-tf-a-build/Dockerfile
+++ b/bionic-amd64-tf-a-build/Dockerfile
@@ -23,6 +23,7 @@ ENV PKG_DEPS="\
flex \
g++-multilib \
gcc-multilib \
+ gdisk \
git \
graphviz \
jq \