From 4a4d971d0e03d33a77b3f10adb6d4d8670facc76 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 20 Sep 2020 20:18:53 +0430 Subject: more updates to the gotty image --- gotty/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gotty/Dockerfile b/gotty/Dockerfile index 8f0d425..de18425 100644 --- a/gotty/Dockerfile +++ b/gotty/Dockerfile @@ -37,8 +37,9 @@ RUN (cd ~/.oh-my-zsh/plugins; git clone https://github.com/zsh-users/zsh-syntax- RUN vim -T xterm +Helptags +qall -RUN apk add openssh w3m torsocks +RUN apk add openssh w3m torsocks mksh RUN ln -s /usr/bin/python3 /bin/python +RUN ln -s /bin/mksh /bin/ksh # RUN service tor start EXPOSE 9000 ENV TERM=st-256 -- cgit v1.2.3