TF-M: Add setup-ssh and fix permissions
setup-ssh is required for YADP, also the jar file has never been
readable by the buildslave user. Lets fix this.
Signed-off-by: Benjamin Copeland <ben.copeland@linaro.org>
Change-Id: I2076bb62eefc9c0a09612a0d3e62bfdbc9ef8c37
diff --git a/bionic-amd64-tf-m-build/Dockerfile b/bionic-amd64-tf-m-build/Dockerfile
index 12c5a07..0c84669 100644
--- a/bionic-amd64-tf-m-build/Dockerfile
+++ b/bionic-amd64-tf-m-build/Dockerfile
@@ -82,7 +82,7 @@
chmod 0755 /usr/share/jenkins ;\
chmod 0644 /usr/share/jenkins/slave.jar ;\
chmod 0755 /usr/local/bin/jenkins-slave ;\
- chown -R buildslave:buildslave /home/buildslave/tools ;\
+ chown -R buildslave:buildslave /home/buildslave/tools /usr/share/plantuml ;\
# Cleanup
apt clean ;\
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*