From f58178da13a1a5bfa7ea783ebf7e9a9511dd3f11 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Wed, 8 Mar 2023 16:57:11 +0200 Subject: Start building the test infrastructure to launch this docker ssh daemon --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 96e8186..f89ca10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,8 @@ RUN sed -i /etc/ssh/sshd_config \ RUN adduser --shell /usr/bin/shackle shukkie && passwd -d shukkie -ARG CHANNEL=debug -COPY target/${CHANNEL}/shackle /usr/bin/shackle +ARG SHELL=target/debug/shackle +COPY ${SHELL} /usr/bin/shackle ENTRYPOINT service ssh start && bash -- cgit v1.2.3