aboutsummaryrefslogtreecommitdiff
path: root/trusty-armhf-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-armhf-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-armhf-tcwg-base')
-rw-r--r--trusty-armhf-tcwg-base/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/trusty-armhf-tcwg-base/Dockerfile b/trusty-armhf-tcwg-base/Dockerfile
index 81f24176..9ce4bcd8 100644
--- a/trusty-armhf-tcwg-base/Dockerfile
+++ b/trusty-armhf-tcwg-base/Dockerfile
@@ -19,9 +19,10 @@ RUN (url="http://ports.ubuntu.com/ubuntu-ports/"; \
bc \
bison \
build-essential \
+ byacc \
ccache \
ccrypt \
- byacc \
+ cmake \
debhelper \
dejagnu \
dh-autoreconf \
@@ -46,6 +47,7 @@ RUN (url="http://ports.ubuntu.com/ubuntu-ports/"; \
make \
net-tools \
netcat \
+ ninja-build \
openjdk-7-jdk \
openssh-server \
python-dev \