aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelley Spoon <kelley.spoon@linaro.org>2018-02-27 12:16:02 -0600
committerKelley Spoon <kelley.spoon@linaro.org>2018-02-27 12:16:02 -0600
commite4ed081b101a304aaf7c8e3da14b5d8045a5d069 (patch)
treec1a945c15c27d48fa5fc720051881bfef31f115f
parentb4d667528ef21792270210f0c73064cdbba067d6 (diff)
Dockerfile: Fix typo for xenial image.
Fix typo in CMD path for xenial image. Change-Id: I720d965d1494da237dfccc2c0b9640c3ef1c7078
-rw-r--r--Dockerfile_xenial2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile_xenial b/Dockerfile_xenial
index fc17dde..dfb9f75 100644
--- a/Dockerfile_xenial
+++ b/Dockerfile_xenial
@@ -22,4 +22,4 @@ ADD pubkeys /root/.ssh/authorized_keys
#RUN rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
-CMD /usr/bin/sshd -D
+CMD /usr/sbin/sshd -D