aboutsummaryrefslogtreecommitdiff
path: root/trusty-arm64-tcwg-test
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 /trusty-arm64-tcwg-test
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>
Diffstat (limited to 'trusty-arm64-tcwg-test')
-rw-r--r--trusty-arm64-tcwg-test/Dockerfile1
1 files changed, 1 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 \