aboutsummaryrefslogtreecommitdiff
path: root/trusty-armhf-tcwg-base
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-03-08 10:48:44 +0100
committerFathi Boudra <fathi.boudra@linaro.org>2017-03-17 11:16:17 +0000
commit95f2edea54f3f18f703e7f1197ff4a6454f4cb23 (patch)
treeb0dd250fcf9887dc18d496108c9a2edcdc042c6b /trusty-armhf-tcwg-base
parent65e1182f55b09c1fdac921bb9672cb0558414406 (diff)
tcwg-base: add valgrind to base images
It is needed for gcc builds with --enable-checking=valgrind. Change-Id: I4cd44f009d9fcb7fa8df16ff5f8eb6e2eb6e6507
Diffstat (limited to 'trusty-armhf-tcwg-base')
-rw-r--r--trusty-armhf-tcwg-base/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/trusty-armhf-tcwg-base/Dockerfile b/trusty-armhf-tcwg-base/Dockerfile
index 92673fe3..81f24176 100644
--- a/trusty-armhf-tcwg-base/Dockerfile
+++ b/trusty-armhf-tcwg-base/Dockerfile
@@ -57,6 +57,7 @@ RUN (url="http://ports.ubuntu.com/ubuntu-ports/"; \
texlive-fonts-recommended \
texlive-latex-recommended \
time \
+ valgrind \
vim \
wget \
xz-utils \