aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-09-22 12:42:57 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-09-22 12:42:57 +0300
commit6c21df9f0287b289df2969041b87ead069a0f1dc (patch)
tree2d114c8185f82c9099815078be59613d552c14b2
parentd1ee52f584a71cab29a54e1287694ad5e7ccb3e5 (diff)
trusty-arm*-tcwg*: add Tomcat native library
TCWG is using the SSH agent plugin which requires a working JAVA ssh-agent implementation on ARM. The only one working is the Tomcat native library. Change-Id: I91ff0142c79c6e099f91397c0102ab5a0b451e4b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--trusty-arm64-tcwg-test/Dockerfile1
-rw-r--r--trusty-arm64-tcwg/Dockerfile1
-rw-r--r--trusty-armhf-tcwg-test/Dockerfile1
-rw-r--r--trusty-armhf-tcwg/Dockerfile1
4 files changed, 4 insertions, 0 deletions
diff --git a/trusty-arm64-tcwg-test/Dockerfile b/trusty-arm64-tcwg-test/Dockerfile
index 8668467..f2c1833 100644
--- a/trusty-arm64-tcwg-test/Dockerfile
+++ b/trusty-arm64-tcwg-test/Dockerfile
@@ -12,6 +12,7 @@ RUN echo 'deb http://ports.ubuntu.com/ubuntu-ports trusty main universe' > /etc/
openssh-server \
rsync \
sudo \
+ libtcnative-1 \
wget \
xz-utils \
&& apt-get clean \
diff --git a/trusty-arm64-tcwg/Dockerfile b/trusty-arm64-tcwg/Dockerfile
index 77a9741..dacdfb8 100644
--- a/trusty-arm64-tcwg/Dockerfile
+++ b/trusty-arm64-tcwg/Dockerfile
@@ -37,6 +37,7 @@ RUN echo 'deb http://ports.ubuntu.com/ubuntu-ports trusty main universe' > /etc/
libpython2.7-dev \
libreadline-dev \
libssl-dev \
+ libtcnative-1 \
libtool \
make \
net-tools \
diff --git a/trusty-armhf-tcwg-test/Dockerfile b/trusty-armhf-tcwg-test/Dockerfile
index 8051da8..4a30987 100644
--- a/trusty-armhf-tcwg-test/Dockerfile
+++ b/trusty-armhf-tcwg-test/Dockerfile
@@ -12,6 +12,7 @@ RUN echo 'deb http://ports.ubuntu.com/ubuntu-ports trusty main universe' > /etc/
openssh-server \
rsync \
sudo \
+ libtcnative-1 \
wget \
xz-utils \
&& apt-get clean \
diff --git a/trusty-armhf-tcwg/Dockerfile b/trusty-armhf-tcwg/Dockerfile
index 706f94a..2428634 100644
--- a/trusty-armhf-tcwg/Dockerfile
+++ b/trusty-armhf-tcwg/Dockerfile
@@ -37,6 +37,7 @@ RUN echo 'deb http://ports.ubuntu.com/ubuntu-ports trusty main universe' > /etc/
libpython2.7-dev \
libreadline-dev \
libssl-dev \
+ libtcnative-1 \
libtool \
make \
net-tools \