aboutsummaryrefslogtreecommitdiff
path: root/trusty-i386-tcwg-base
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-03-22 10:35:43 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-03-22 14:29:19 +0000
commita25a5b172100cd5d42edaf134788dac31cb7064b (patch)
tree040957bf9d76ccd8485871890012cb69483a0756 /trusty-i386-tcwg-base
parent3e925f26c84af261ef693701bd8a60c4fb377d3f (diff)
*tcwg-base/Dockerfile: Add cmake and ninja-build.
And fix alphabetical order for byacc. Change-Id: I261a400f7776347db2dcf6077810821af868a997
Diffstat (limited to 'trusty-i386-tcwg-base')
-rw-r--r--trusty-i386-tcwg-base/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/trusty-i386-tcwg-base/Dockerfile b/trusty-i386-tcwg-base/Dockerfile
index f4b84e33..2880aecc 100644
--- a/trusty-i386-tcwg-base/Dockerfile
+++ b/trusty-i386-tcwg-base/Dockerfile
@@ -21,9 +21,10 @@ RUN (url="http://archive.ubuntu.com/ubuntu/"; \
bc \
bison \
build-essential \
+ byacc \
ccache \
ccrypt \
- byacc \
+ cmake \
debhelper \
dejagnu \
dh-autoreconf \
@@ -51,6 +52,7 @@ RUN (url="http://archive.ubuntu.com/ubuntu/"; \
mingw32 \
net-tools \
netcat \
+ ninja-build \
openjdk-7-jdk \
openssh-server \
python-dev \