aboutsummaryrefslogtreecommitdiff
path: root/bionic-amd64-tf-a-build
diff options
context:
space:
mode:
authorManish V Badarkhe <Manish.Badarkhe@arm.com>2021-05-03 16:27:14 +0100
committerManish V Badarkhe <Manish.Badarkhe@arm.com>2021-05-03 18:41:08 +0100
commit012c02b279110f86a3842bae9f3240c6267516ed (patch)
treea4403957c0446dd3a46cdfe67570a8a7e4773cf2 /bionic-amd64-tf-a-build
parentd37da4f4f497abe00a6e32d4eb934e5e1c9674c4 (diff)
downloaddockerfiles-012c02b279110f86a3842bae9f3240c6267516ed.tar.gz
bionic-amd64-tf-a-build: add 'uuid-runtime' package
Updated dockerfile to install 'uuid-runtime' package, needed by FVP CI scripts to execute 'uuidgen' command. Previously added 'util-linux' package for Ubuntu/Debian does not contain 'uuidgen' tool, unlike to 'util-linux' package for Fedora with uuidgen tool. Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Change-Id: Ia6fea93d12b7ca7702227e9da5fb61b4826582dc
Diffstat (limited to 'bionic-amd64-tf-a-build')
-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 ab7e333..ccc855a 100644
--- a/bionic-amd64-tf-a-build/Dockerfile
+++ b/bionic-amd64-tf-a-build/Dockerfile
@@ -48,6 +48,7 @@ ENV PKG_DEPS="\
tree \
unzip \
util-linux \
+ uuid-runtime \
virtualenv \
wget \
zip \