aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trusty-armhf-tcwg-test/Dockerfile2
-rw-r--r--trusty-armhf-tcwg/Dockerfile2
-rw-r--r--trusty-i386-tcwg/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/trusty-armhf-tcwg-test/Dockerfile b/trusty-armhf-tcwg-test/Dockerfile
index 303c71a..8051da8 100644
--- a/trusty-armhf-tcwg-test/Dockerfile
+++ b/trusty-armhf-tcwg-test/Dockerfile
@@ -45,4 +45,4 @@ RUN chmod 0700 /etc/skel/.ssh \
VOLUME /tmp
EXPOSE 22
-CMD ["/usr/sbin/sshd", "-D"]
+CMD ["linux32", "/usr/sbin/sshd", "-D"]
diff --git a/trusty-armhf-tcwg/Dockerfile b/trusty-armhf-tcwg/Dockerfile
index 529a17d..706f94a 100644
--- a/trusty-armhf-tcwg/Dockerfile
+++ b/trusty-armhf-tcwg/Dockerfile
@@ -88,4 +88,4 @@ RUN chmod 0700 /etc/skel/.ssh \
VOLUME /tmp
EXPOSE 22
-CMD ["/usr/sbin/sshd", "-D"]
+CMD ["linux32", "/usr/sbin/sshd", "-D"]
diff --git a/trusty-i386-tcwg/Dockerfile b/trusty-i386-tcwg/Dockerfile
index be2cfed..a8b8b9f 100644
--- a/trusty-i386-tcwg/Dockerfile
+++ b/trusty-i386-tcwg/Dockerfile
@@ -93,4 +93,4 @@ RUN chmod 0700 /etc/skel/.ssh \
VOLUME /tmp
EXPOSE 22
-CMD ["/usr/sbin/sshd", "-D"]
+CMD ["linux32", "/usr/sbin/sshd", "-D"]