From 71cd5b136a3aaecd996254831252160ac612bc97 Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 29 Jan 2020 22:57:06 +0100 Subject: fixed typos --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index dcae29f..456775c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN go get github.com/gliderlabs/ssh && \ go get github.com/gorilla/mux # Build -RUN go build -o ssh-grab-passwords +RUN go build -o ssh-grab-passwords ./... # Drop privs RUN adduser -u 1337 -D jail @@ -19,4 +19,4 @@ RUN chmod 000 /home/jail EXPOSE 2222 -ENTRYPOINT su -c ./ssh-grab-passwords jail +ENTRYPOINT su -c ./ssh-grab-passwords \ No newline at end of file -- cgit 1.4.1