focal-amd64-mbed-tls-host:
No need to pre-create /home/buildslave/workspace, Jenkins will create it
Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: I0d8f9db6928a68c3c644444c9d9584aa01926e2e
diff --git a/focal-amd64-mbed-tls-host/Dockerfile b/focal-amd64-mbed-tls-host/Dockerfile
index f9c2b94..847adfa 100644
--- a/focal-amd64-mbed-tls-host/Dockerfile
+++ b/focal-amd64-mbed-tls-host/Dockerfile
@@ -44,7 +44,7 @@
chmod 0440 /etc/sudoers.d/jenkins ;\
usermod -aG docker buildslave ;\
ln -s $(which python3) /usr/bin/python ;\
- mkdir -p /home/buildslave/workspace /var/run/sshd
+ mkdir -p /var/run/sshd
EXPOSE 22
ENTRYPOINT ["/usr/sbin/setup-sshd"]