aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gotty/Dockerfile3
1 files changed, 2 insertions, 1 deletions
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